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