From 4fc799c27c8e494b3395f8e07012c16b13e92c00 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Mon, 26 Aug 2024 16:05:29 +0200 Subject: [PATCH] fix: update `postinstall` script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },