diff options
-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 6a0d1df..53a1702 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -2,5 +2,5 @@ mkdir ./dist/api -node ./script/generateApi.js > ./dist/api/posts.json +node ./scripts/generateApi.js > ./dist/api/posts.json |