pull/4/head
unknown 2018-10-24 00:00:18 -04:00
parent 3e677866f9
commit 98809565b4
1 changed files with 2 additions and 2 deletions

View File

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