Skip to content

Commit 4cf91d6

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/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 a2d16d1 commit 4cf91d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"commit-msg": "commitlint --edit",
5151
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5252
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
53-
"dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
53+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5454
"install-hooks": "husky install",
5555
"lint": "xo",
5656
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)