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 30c4284 commit 7136565Copy full SHA for 7136565
package.json
@@ -51,7 +51,7 @@
51
"commit-msg": "commitlint --edit",
52
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
53
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
54
- "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",
55
"install-hooks": "husky install",
56
"lint": "xo",
57
"lint-and-fix": "npm run lint -- --fix",
0 commit comments