Skip to content

Commit

Permalink
stop task: delete pm2 tasks instead of stoping them
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 8c02118 commit 3e6aace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"compile:watch": "cd server && tsc --watch",
"build": "npm run compile && npm run copy && vue-cli-service build --dest dist/webui",
"logs": "pm2 logs /frog-.*/",
"stop": "pm2 stop /frog-.*/",
"stop": "pm2 delete /frog-.*/",
"pre-release": "release-it --preRelease=alpha",
"rc": "release-it --preRelease=rc --npm.tag=next"
},
Expand Down

0 comments on commit 3e6aace

Please sign in to comment.