Readded sudo to npm run forever

pull/53/head
Dominik Michno 2019-04-14 17:10:21 -04:00
parent 44980761a7
commit 59e0b97a9b
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": "./node_modules/.bin/pm2 start ecosystem.config.js --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.'",