Skip to content

Commit

Permalink
feat: add stop and delete scripts
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
Mateu Aguiló Bosch committed Nov 13, 2018
1 parent 9f328b7 commit 0653c6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
},
"scripts": {
"start": "npm run build && node ./node_modules/.bin/pm2 start --name contentajs --env production",
"stop": "node ./node_modules/.bin/pm2 stop contentajs",
"delete": "node ./node_modules/.bin/pm2 delete contentajs",
"debug": "DEBUG=*,-babel node ./node_modules/.bin/babel-node --inspect-brk ./src/server.js",
"test": "NODE_ENV=test jest --coverage",
"test-ci": "NODE_ENV=test jest --coverage --ci --runInBand",
Expand Down

0 comments on commit 0653c6d

Please sign in to comment.