Removed sudo from run forever command

pull/53/head
Dominik Michno 2019-04-09 18:24:22 -04:00
parent aec66f1b65
commit 44980761a7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"build:dev": "webpack --mode development",
"build:prod": "webpack --mode production",
"clean": "rimraf .tmp && mkdirp .tmp/public",
"forever": "sudo ./node_modules/.bin/pm2 start ecosystem.config.js --env production",
"forever": "./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.'",