commit
df46a3e329
|
@ -21,8 +21,8 @@
|
||||||
"@sailshq/eslint": "^4.19.3"
|
"@sailshq/eslint": "^4.19.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "forever start app.js",
|
"start": "sudo NODE_ENV='production' forever start app.js",
|
||||||
"stop": "forever stopall",
|
"stop": "sudo 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"
|
||||||
|
|
Loading…
Reference in New Issue