Browse Source

No more double bundle

Noah 7 years ago
parent
commit
9d81a2fe1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json View File

@@ -9,7 +9,7 @@
9 9
     "postinstall": "mkdir -p editor/js && browserify client/index.js > editor/js/bundle.js",
10 10
     "rebuild": "npm run postinstall",
11 11
     "watch": "mkdir -p editor/js && watchify client/index.js -o editor/js/bundle.js",
12
-    "debug": "npm run postinstall && DEBUG=1 npm start",
12
+    "debug": "npm run postinstall && DEBUG=1 bin/server",
13 13
     "test": "tape 'test/**/*-test.js'"
14 14
   },
15 15
   "repository": {