Skip to content

Commit 632cc99

Browse files
author
Ilya Radchenko
committed
Add debug script for dev
npm run debug will run strider in debug mode with only one instance (no clustering).
1 parent 7ecd867 commit 632cc99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"build-debug": "npm run pre && npm run styles-debug && browserify -d -t [babelify --only client] -e client/app.js -o dist/scripts/app.js",
5353
"unitcov": "istanbul cover _mocha --recursive test/unit",
5454
"unitdev": "mocha -w --recursive test/unit -R min",
55-
"gendocs": "apidoc -i lib/ -o apidocs/"
55+
"gendocs": "apidoc -i lib/ -o apidocs/",
56+
"debug": "node debug bin/strider --no-cluster"
5657
},
5758
"dependencies": {
5859
"md5": "^2.0.0",

0 commit comments

Comments
 (0)