There was an error while loading. Please reload this page.
1 parent 06d43f6 commit a23c08cCopy full SHA for a23c08c
package.json
@@ -45,7 +45,7 @@
45
"commit-msg": "commitlint --edit",
46
"cover": "c8 --all --src src --reporter=lcov npm test",
47
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
48
- "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",
49
"install-hooks": "husky install",
50
"lint": "xo",
51
"lint-and-fix": "npm run lint -- --fix",
0 commit comments