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 f76c40a commit f538c1fCopy full SHA for f538c1f
package.json
@@ -49,6 +49,7 @@
49
"build-gh-pages": "npm run build-docs",
50
"commit-msg": "commitlint --edit",
51
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
52
+ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
53
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
54
"install-hooks": "husky install",
55
"lint": "xo",
0 commit comments