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 bcd8ad6 commit e7555d2Copy full SHA for e7555d2
package.json
@@ -74,7 +74,7 @@
74
"commit-msg": "commitlint --edit",
75
"cover": "c8 --all --src src --reporter=lcov npm test",
76
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
77
- "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
+ "dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
78
"install-hooks": "husky install",
79
"lint": "xo",
80
"lint-and-fix": "npm run lint -- --fix",
0 commit comments