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 3ad9d55 commit d308fd3Copy full SHA for d308fd3
package.json
@@ -47,7 +47,7 @@
47
"commit-msg": "commitlint --edit",
48
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
49
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
50
- "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",
51
"install-hooks": "husky install",
52
"lint": "xo",
53
"lint-and-fix": "npm run lint -- --fix",
0 commit comments