There was an error while loading. Please reload this page.
1 parent 6aa4355 commit 1f39461Copy full SHA for 1f39461
package.json
@@ -48,6 +48,7 @@
48
"build-gh-pages": "npm run build-docs",
49
"commit-msg": "commitlint --edit",
50
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
51
+ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
52
"install-hooks": "husky install",
53
"lint-config": "fixpack --dryRun",
54
"lint-config-and-fix": "fixpack || fixpack",
0 commit comments