don't run foreverjs as deamon #74

This commit is contained in:
jomo 2015-02-01 17:44:29 +01:00
parent 7222115e46
commit 54a410abf7

View File

@ -22,7 +22,7 @@
], ],
"scripts": { "scripts": {
"postinstall": "cp 'modules/config.example.js' 'modules/config.js'", "postinstall": "cp 'modules/config.example.js' 'modules/config.js'",
"start": "forever start -l logs/log.log -o logs/out.log -e logs/error.log -p ./ -a --minUptime 8000 --spinSleepTime 1500 bin/www.js", "start": "forever -l logs/log.log -o logs/out.log -e logs/error.log -p ./ -a --minUptime 8000 --spinSleepTime 1500 bin/www.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}, },
"dependencies": { "dependencies": {