diff --git a/package.json b/package.json index f226abb..5f84061 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "check": "dprint check", "fmt": "dprint fmt", - "postinstall": "husky && git config --local core.editor cat", + "postinstall": "node_modules/husky/bin.mjs && git config --local core.editor cat", "test": "nargo test", "version:release": "changelogithub" },