Skip to content

Commit bcf8876

Browse files
clydinvikerman
authored andcommitted
test: add debug helper package scripts
1 parent 276032c commit bcf8876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"bazel:test": "bazel test //...",
2727
"build": "npm run admin -- build",
2828
"build-tsc": "tsc -p tsconfig.json",
29+
"debug:test": "node --inspect-brk ./bin/devkit-admin test",
30+
"debug:test-large": "node --inspect-brk ./bin/devkit-admin test --large --spec-reporter",
2931
"fix": "npm run admin -- lint --fix",
3032
"lint": "npm run admin -- lint",
3133
"templates": "node ./bin/devkit-admin templates",

0 commit comments

Comments
 (0)