Browse Source

Fix: right start command

febbweiss 10 năm trước cách đây
mục cha
commit
9dee4b1ffd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"