mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-04 22:35:38 +00:00
Fix: right start command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user