cli: test-debug command ftw

This commit is contained in:
Brian Mann
2017-09-06 02:54:14 -04:00
parent a79431cd6c
commit 4fcb1685c8

View File

@@ -14,6 +14,7 @@
"test-unit": "$(bin-up mocha) --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json",
"test-watch": "$(bin-up mocha) --watch",
"test-dependencies": "$(bin-up deps-ok) && dependency-check . --no-dev",
"test-debug": "node --inspect --debug-brk $(bin-up _mocha)",
"lint": "$(bin-up eslint) --fix *.js bin/* lib/*.js lib/**/*.js test/*.js test/**/*.js",
"prebuild": "npm run test-dependencies && ./scripts/build.sh",
"build": "node ./scripts/build.js",