We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f0239 commit 9e13694Copy full SHA for 9e13694
package.json
@@ -40,7 +40,7 @@
40
"yi": "yarn install --no-lockfile",
41
"karma": "karma start",
42
"coverage": "npm run karma -- --single-run --coverage",
43
- "coverage:debug": "npm run karma coverage -- --log-level debug",
+ "coverage:debug": "npm run karma -- --single-run --coverage --log-level debug",
44
"p": "concurrently",
45
"dev2a": "npm run p -q -- \"npm run test:w\" \"npm run gulp eslint:watch\"",
46
"dev3a": "npm run p -q -- \"npm run test:w\" \"npm run gulp eslint:watch\" \"npm run tschk:w\"",
0 commit comments