Skip to content

Commit

Permalink
Merge pull request simonlourson#30 from Sinetheta/fix-deploy
Browse files Browse the repository at this point in the history
Fix postbuild script
  • Loading branch information
Sinetheta authored Apr 19, 2023
2 parents 36274bd + e921ef0 commit 6d855f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:backend": "tsc -b",
"build:lib": "tsc -b lib",
"build:frontend": "(cd frontend && npm run build -- --output-path=../build/app/public/)",
"postbuild": "./scripts/copy_assets.sh && ./scripts/copy_lib.sh && ./scripts/copy_views.sh && ./scripts/copy_public.sh && ./scripts/copy_frontend.sh",
"postbuild": "./scripts/copy_assets.sh && ./scripts/copy_lib.sh && ./scripts/copy_views.sh && ./scripts/copy_public.sh",
"serve:prod": "(cd build && node ./app/server.js)",
"updateBasedOn": "tsc && node ./build/api/batch/update-based-on.js",
"updatePositionCorrection": "tsc && node ./build/api/batch/update-position-correction.js",
Expand Down

0 comments on commit 6d855f6

Please sign in to comment.