From 9aeb68205c1bc39e08e673cc0b0135251802f733 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Thu, 21 Nov 2024 12:06:52 +0800 Subject: [PATCH] fix: husky - install command is DEPRECATED --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3b1671e..1f92b9c8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs", "portable": "node scripts/portable.mjs", "portable-fixed-webview2": "node scripts/portable-fixed-webview2.mjs", - "prepare": "husky install" + "prepare": "husky" }, "dependencies": { "@dnd-kit/core": "^6.1.0",