diff --git a/package.json b/package.json index ca56e4c..70e474a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "commit-msg": "commitlint --edit", "cover": "c8 --all --src src --reporter=lcov npm test", "debug": "NODE_ENV=debug npm run test -- -st --fail-fast", - "dev": "npm run lint -- --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", "install-hooks": "husky install", "lint": "true", "lint-config": "fixpack --dryRun",