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 15838dc commit 56e618fCopy full SHA for 56e618f
package.json
@@ -41,6 +41,7 @@
41
"commit-msg": "commitlint --edit",
42
"cover": "c8 --all --src src --reporter=lcov npm test",
43
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
44
+ "dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
45
"install-hooks": "husky install",
46
"lint": "xo",
47
"lint-and-fix": "npm run lint -- --fix",
0 commit comments