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 5e740df commit 05b7b14Copy full SHA for 05b7b14
package.json
@@ -40,6 +40,7 @@
40
"build-gh-pages": "npm run build-docs",
41
"commit-msg": "commitlint --edit",
42
"cover": "c8 --all --src src --reporter=lcov npm test",
43
+ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
44
"install-hooks": "husky install",
45
"lint-config": "fixpack --dryRun",
46
"lint-config-and-fix": "fixpack || fixpack",
0 commit comments