From facb45dc9ad169cabe6d47d1d79b87120677b8e5 Mon Sep 17 00:00:00 2001 From: Sheikh Limon Date: Thu, 12 Mar 2026 22:26:13 +0600 Subject: [PATCH] chore: remove redundant husky prepare script (#7829) Signed-off-by: sheikhlimon --- ui/desktop/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/desktop/package.json b/ui/desktop/package.json index 78940d1709..d8e645d21b 100644 --- a/ui/desktop/package.json +++ b/ui/desktop/package.json @@ -38,7 +38,6 @@ "test:integration": "vitest run --config vitest.integration.config.ts", "test:integration:watch": "vitest --config vitest.integration.config.ts", "test:integration:debug": "DEBUG=1 vitest run --config vitest.integration.config.ts", - "prepare": "husky", "start-alpha-gui": "ALPHA=true pnpm run start-gui" }, "dependencies": {