Skip to content

Commit a4553a4

Browse files
authored
Set new startup scripts
set new startup scripts
2 parents d2f32d6 + 7ebd829 commit a4553a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"scripts": {
77
"dev": "ts-node-dev --respawn --transpile-only src/main.ts",
88
"build": "tsc",
9-
"start": "tsc && node dist/main.js",
10-
"start:pm2": "pm2 start dist/main.js --name 'ZapToBox Whatsapp Api'"
9+
"build:start": "tsc && node dist/main.js",
10+
"build:pm2": "tsc && pm2 start dist/main.js --name 'ZapToBox Whatsapp Api'",
11+
"pm2": "pm2 start dist/main.js --name 'ZapToBox Whatsapp Api'"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)