fix again

pull/8/head
unknown 2018-10-25 21:03:35 -04:00
parent f4efb71525
commit 0b2109e2ea
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
"@sailshq/eslint": "^4.19.3"
},
"scripts": {
"start": "sudo NODE_ENV='production' forever start app.js",
"stop": "sudo forever stopall",
"start": "sudo NODE_ENV='production' ./node_modules/.bin/forever start app.js",
"stop": "./node_modules/.bin/forever stopall",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"