Skip to content

Commit

Permalink
(fix) prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
NemesisX1 committed Oct 17, 2023
1 parent ea9c35d commit 98de45c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"private": true,
"scripts": {
"prestart": "ts-node src/swagger.ts",
"start": "export NODE_OPTIONS='--trace-deprecation --abort-on-uncaught-exception' && export NODE_ENV=development && ts-node ./bin/www.ts",
"dev": "nodemon --exec ts-node ./bin/www.ts",
"build": "sh etc/build.sh",
"prod": "sh etc/build.sh && cd dist && npm i && node bin/www.js",
"start": "sh etc/build.sh && cd dist && npm i && node bin/www.js",
"docs": "ts-node src/swagger.ts",
"test": "jest --detectOpenHandles"
},
Expand Down

0 comments on commit 98de45c

Please sign in to comment.