Skip to content

Commit 4804d3d

Browse files
🤖 config(package.json): Lint config in dev script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/587dd807680b9b47d58146ef8f24224d84b87d34/src/transforms/package.json:scripts-dev-add-lint-config.js Please contact the author of the transform if you believe there was an error.
1 parent 750a49c commit 4804d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"commit-msg": "commitlint --edit",
4949
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5050
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
51-
"dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
51+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5252
"install-hooks": "husky install",
5353
"lint": "xo",
5454
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)