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