Skip to content

Commit 1e7aab0

Browse files
committed
Upgrade pm2 conf#4
1 parent 407d246 commit 1e7aab0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ $ npm run test:e2e
3636
$ npm run test:cov
3737
```
3838

39+
// "prestart:prod": "rm -rf dist && tsc",
40+

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"format": "prettier --write \"**/*.ts\"",
99
"start": "ts-node -r tsconfig-paths/register src/main.ts",
1010
"start:dev": "nodemon",
11-
"prestart:prod": "rm -rf dist && tsc",
1211
"start:prod": "pm2-runtime ecosystem.config.js --env production",
1312
"predeploy:prod": "pm2 deploy production startup",
1413
"deploy:prod": "npm run predeploy:prod",

0 commit comments

Comments
 (0)