Skip to content

Commit 1d961bf

Browse files
🤖 config(package.json): Lint config in dev script.
These changes were automatically generated by an uncommited transform.
1 parent c42bad4 commit 1d961bf

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
@@ -43,7 +43,7 @@
4343
"commit-msg": "commitlint --edit",
4444
"cover": "c8 --all --src src --reporter=lcov npm test",
4545
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
46-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
46+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
4747
"install-hooks": "husky install",
4848
"lint": "true",
4949
"lint-config": "fixpack --dryRun",

0 commit comments

Comments
 (0)