use pm2 start correctly

pull/29/head
unknown 2018-11-12 17:39:29 -05:00
parent e49bf0b70e
commit a6e6a49fa1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
"build:prod": "webpack --mode production",
"clean": "rimraf .tmp && mkdirp .tmp/public",
"lift": "sails lift",
"forever": "sudo ./node_modules/.bin/pm2 start roe-base --env production",
"forever": "sudo ./node_modules/.bin/pm2 start ecosystem.config.js --env production",
"stop": "sudo ./node_modules/.bin/pm2 delete roe-base",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "standard && echo '✔ Your .js files look good.'",