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