Skip to content

Commit 7636a0d

Browse files
Merge pull request #60 from Elijah-Bodden/Elijah-Bodden-patch-10
Fix kill script
2 parents ef29c2f + 8e738d0 commit 7636a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"postinstall": "cross-env NODE_ENV=production; npx pm2 update",
88
"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)"
9+
"kill" : "pm2 stop index.js & kill -9 $(lsof -t -i:8000) & kill -9 $(lsof -t -i:8777)"
1010
},
1111
"author": "Elijah Bodden",
1212
"license": "MIT",

0 commit comments

Comments
 (0)