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 c42bad4 commit 1d961bfCopy full SHA for 1d961bf
package.json
@@ -43,7 +43,7 @@
43
"commit-msg": "commitlint --edit",
44
"cover": "c8 --all --src src --reporter=lcov npm test",
45
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
46
- "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
+ "dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
47
"install-hooks": "husky install",
48
"lint": "true",
49
"lint-config": "fixpack --dryRun",
0 commit comments