Skip to content

Commit 783131d

Browse files
committed
chore: adjust lefthook config
1 parent f1281be commit 783131d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.config/lefthook.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ lint = { run = "pnpm lint-check" }
1212
test = { run = "pnpm test-ci" }
1313

1414
[post-checkout.commands]
15-
sync-mise = { run = "pnpm install" }
16-
clean-mise = { run = "pnpm prune -y" }
15+
sync-mise = { run = "mise install" }
16+
clean-mise = { run = "mise prune -y" }
1717
sync-pnpm = { run = "pnpm install --frozen-lockfile" }
1818

1919
[post-merge.commands]
20-
sync-mise = { run = "pnpm install" }
21-
clean-mise = { run = "pnpm prune -y" }
20+
sync-mise = { run = "mise install" }
21+
clean-mise = { run = "mise prune -y" }
2222
sync-pnpm = { run = "pnpm install --frozen-lockfile" }

0 commit comments

Comments
 (0)