Browse Source

No more double bundle

Noah 8 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
     "postinstall": "mkdir -p editor/js && browserify client/index.js > editor/js/bundle.js",
9
     "postinstall": "mkdir -p editor/js && browserify client/index.js > editor/js/bundle.js",
10
     "rebuild": "npm run postinstall",
10
     "rebuild": "npm run postinstall",
11
     "watch": "mkdir -p editor/js && watchify client/index.js -o editor/js/bundle.js",
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
     "test": "tape 'test/**/*-test.js'"
13
     "test": "tape 'test/**/*-test.js'"
14
   },
14
   },
15
   "repository": {
15
   "repository": {