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 ca3e6b2 commit a20eea4Copy full SHA for a20eea4
package.json
@@ -55,6 +55,7 @@
55
"commit-msg": "commitlint --edit",
56
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
57
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
58
+ "dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
59
"install-hooks": "husky install",
60
"lint": "xo",
61
"lint-and-fix": "npm run lint -- --fix",
0 commit comments