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