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