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