Fix: right start command

This commit is contained in:
2015-09-03 11:24:00 +00:00
parent c3d906cc38
commit 9dee4b1ffd

View File

@@ -36,7 +36,7 @@
"generate-doc": "./node_modules/apidoc/bin/apidoc -i app/ -o public",
"test-local": "NODE_ENV=test ./node_modules/mocha/bin/mocha test/*",
"test": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec test/*",
"start": "app.js",
"start": "node app.js",
"stop": "pkill -SIGINT CloudBudget"
},
"license": "MIT"