Merge pull request #5 from EbookFoundation/staging

merge #4
pull/15/head
Theodore Kluge 2018-10-24 00:01:24 -04:00 committed by GitHub
commit f9ac31fb4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -129,4 +129,4 @@ lib-cov
*.log
*.out
*.pid
package-lock.json

View File

@ -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"