Skip to content

Commit c33c4b3

Browse files
committed
chore: update pre-commit lint command to include dependency linting
1 parent cb971fa commit c33c4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lefthook.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ run = "pnpm run format:check"
2424
# [pre-commit.commands.lint]
2525
# run = "pnpm run lint"
2626

27-
[pre-commit.commands."lint:type"]
28-
run = "pnpm run lint:type"
27+
[pre-commit.commands.lint]
28+
run = "pnpm run lint:deps && pnpm run lint:type"
2929

3030
[pre-commit.commands.add]
3131
run = "git add ."

0 commit comments

Comments
 (0)