We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c40f9b commit c545eb6Copy full SHA for c545eb6
package.json
@@ -44,7 +44,7 @@
44
"commit-msg": "commitlint --edit",
45
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
46
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
47
- "dev": "npm run lint-and-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",
48
"install-hooks": "husky install",
49
"lint": "xo",
50
"lint-and-fix": "npm run lint -- --fix",
0 commit comments