Parcourir la source

Fix: right start command

febbweiss il y a 10 ans
Parent
commit
9dee4b1ffd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

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