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