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 2bc5c9c commit 1e05f82Copy full SHA for 1e05f82
package.json
@@ -42,7 +42,7 @@
42
"commit-msg": "commitlint --edit",
43
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
44
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
45
- "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
+ "dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
46
"install-hooks": "husky install",
47
"lint": "xo",
48
"lint-and-fix": "npm run lint -- --fix",
0 commit comments