From 3e5752e9785fe0fb0ee24b4e8f9764899f56612a Mon Sep 17 00:00:00 2001 From: v1rtl Date: Fri, 17 Jan 2025 11:44:15 +0200 Subject: [PATCH] remove prepare script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 42eb1abe..350deef9 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "prepublishOnly": "bun run build", "pub": "npm publish --access public", "wikiCheck": "bun ./scripts/wikiCheck.ts", - "postinstall": "patch-package", - "prepare": "husky" + "postinstall": "patch-package" }, "files": [ "build",