We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276032c commit bcf8876Copy full SHA for bcf8876
package.json
@@ -26,6 +26,8 @@
26
"bazel:test": "bazel test //...",
27
"build": "npm run admin -- build",
28
"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",
31
"fix": "npm run admin -- lint --fix",
32
"lint": "npm run admin -- lint",
33
"templates": "node ./bin/devkit-admin templates",
0 commit comments