1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore: added start:prod npm script

This commit is contained in:
Saad Jutt
2022-04-24 04:36:42 +05:00
parent 8e23786dd4
commit 7ac7a4e083
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"prestart": "npm run initial",
"prebuild": "npm run initial",
"start": "nodemon ./src/server.ts",
"start:prod": "node ./build/src/server.js",
"build": "rimraf build && tsc",
"postbuild": "npm run copy:files",
"swagger": "tsoa spec",