Skip to content

Commit d700706

Browse files
🤖 config(package.json): Lint sources in dev script using lint-and-fix script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/package.json:scripts-dev-use-lint-and-fix.js Please contact the author of the transform if you believe there was an error.
1 parent 7f5ae4b commit d700706

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
@@ -46,7 +46,7 @@
4646
"commit-msg": "commitlint --edit",
4747
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
4848
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
49-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
49+
"dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5050
"install-hooks": "husky install",
5151
"lint": "xo",
5252
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)