From 40ffafcd039d3d1fa4dc98567880ef3d4337b0bc Mon Sep 17 00:00:00 2001 From: David Julian Albers Date: Mon, 29 Jun 2026 15:42:55 +0200 Subject: [PATCH] fix: add --mise flag to `hk install` --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index d8a10b2..f4c7132 100644 --- a/mise.toml +++ b/mise.toml @@ -11,7 +11,7 @@ node = "24" pnpm = "11" [hooks] -postinstall = "hk install" +postinstall = "hk install --mise" [tasks.check] description = "Lint and format with Biome"