Skip to content

Commit

Permalink
add stop script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 3, 2018
1 parent 90a0f73 commit 4a0d3db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"scripts": {
"start": "pm2 start frog-ui frog-server",
"dev": "pm2 start frog-ui frog-server --env local",
"build": "vue-cli-service build",
"build": "npm run stop && vue-cli-service build",
"prod": "pm2 serve --name \"frog-ui-static\" dist 8000 && pm2 start ecosystem.config.js --only frog-server",
"stop": "pm2 stop ecosystem.config.js frog-ui-static",
"release": "release-it"
},
"dependencies": {
Expand Down

0 comments on commit 4a0d3db

Please sign in to comment.