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 c0f8a33 commit df5897eCopy full SHA for df5897e
package.json
@@ -44,6 +44,7 @@
44
"ci:test": "npm run lint-config && npm run lint && npm run cover",
45
"commit-msg": "commitlint --edit",
46
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
47
+ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
48
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
49
"install-hooks": "husky install",
50
"lint": "xo",
0 commit comments