We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1281be commit 783131dCopy full SHA for 783131d
1 file changed
.config/lefthook.toml
@@ -12,11 +12,11 @@ lint = { run = "pnpm lint-check" }
12
test = { run = "pnpm test-ci" }
13
14
[post-checkout.commands]
15
-sync-mise = { run = "pnpm install" }
16
-clean-mise = { run = "pnpm prune -y" }
+sync-mise = { run = "mise install" }
+clean-mise = { run = "mise prune -y" }
17
sync-pnpm = { run = "pnpm install --frozen-lockfile" }
18
19
[post-merge.commands]
20
21
22
0 commit comments