We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef29c2f + 8e738d0 commit 7636a0dCopy full SHA for 7636a0d
.config/server/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"postinstall": "cross-env NODE_ENV=production; npx pm2 update",
8
"deploy": "pm2 start index.js --exp-backoff-restart-delay=75",
9
- "kill" : "pm2 stop index.js; kill -9 $(lsof -t -i:8000); kill -9 $(lsof -t -i:8777)"
+ "kill" : "pm2 stop index.js & kill -9 $(lsof -t -i:8000) & kill -9 $(lsof -t -i:8777)"
10
},
11
"author": "Elijah Bodden",
12
"license": "MIT",
0 commit comments