We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407d246 commit 1e7aab0Copy full SHA for 1e7aab0
README.md
@@ -36,3 +36,5 @@ $ npm run test:e2e
36
$ npm run test:cov
37
```
38
39
+// "prestart:prod": "rm -rf dist && tsc",
40
+
package.json
@@ -8,7 +8,6 @@
8
"format": "prettier --write \"**/*.ts\"",
9
"start": "ts-node -r tsconfig-paths/register src/main.ts",
10
"start:dev": "nodemon",
11
- "prestart:prod": "rm -rf dist && tsc",
12
"start:prod": "pm2-runtime ecosystem.config.js --env production",
13
"predeploy:prod": "pm2 deploy production startup",
14
"deploy:prod": "npm run predeploy:prod",
0 commit comments