Skip to content

Commit

Permalink
fix: use pm2 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Oct 29, 2018
1 parent aba476f commit 84bd26e
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 @@ -18,7 +18,7 @@
"node": ">=8.10"
},
"scripts": {
"start": "npm run build && node ./node_modules/.bin/pm2 start contentajs --env production",
"start": "npm run build && node ./node_modules/.bin/pm2 start --name contentajs --env production",
"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 84bd26e

Please sign in to comment.