We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d16d1 commit 4cf91d6Copy full SHA for 4cf91d6
package.json
@@ -50,7 +50,7 @@
50
"commit-msg": "commitlint --edit",
51
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
52
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
53
- "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",
54
"install-hooks": "husky install",
55
"lint": "xo",
56
"lint-and-fix": "npm run lint -- --fix",
0 commit comments