commit
f9ac31fb4e
|
@ -129,4 +129,4 @@ lib-cov
|
|||
*.log
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
package-lock.json
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"@sailshq/socket.io-redis": "^5.2.0",
|
||||
"async": "2.0.1",
|
||||
"express-rate-limit": "^3.2.1",
|
||||
"forever": "^0.15.3",
|
||||
"grunt": "^1.0.3",
|
||||
"sails": "^1.0.2",
|
||||
"sails-hook-grunt": "^3.0.2",
|
||||
|
@ -20,7 +21,8 @@
|
|||
"@sailshq/eslint": "^4.19.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=production node app.js",
|
||||
"start": "forever start app.js",
|
||||
"stop": "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