From 707546c1dfeda94f56fd8a120b3cd5b1d92fca0a Mon Sep 17 00:00:00 2001 From: lucaronin Date: Fri, 27 Feb 2026 15:27:47 +0100 Subject: [PATCH] fix: remove unsupported --silent flag from vite build in pre-push hook --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index c993bf8c..5f44d835 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -12,7 +12,7 @@ echo "================================================" echo "" echo "📦 [0/5] TypeScript + Vite build..." pnpm exec tsc --noEmit -pnpm build --silent +pnpm build echo " ✅ Build OK" # ── 1. Frontend tests ─────────────────────────────────────────────────────