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 f28eac0 commit ec46b2cCopy full SHA for ec46b2c
package.json
@@ -43,6 +43,7 @@
43
"build-gh-pages": "npm run build-docs",
44
"commit-msg": "commitlint --edit",
45
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
46
+ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
47
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
48
"install-hooks": "husky install",
49
"lint": "xo",
0 commit comments