diff options
Diffstat (limited to 'scripts/postbuild.sh')
-rwxr-xr-x | scripts/postbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh index 85e35f9..6da3659 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash mkdir ./dist/api +mkdir ./static/api node -r esm ./scripts/generateApi.js |