diff --git a/package.json b/package.json index 7c415ae..a802798 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,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-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast", "install-hooks": "husky install", "lint": "xo", "lint-and-fix": "npm run lint -- --fix",