From d501aadbbb4a7115f7f7a6d3b603078b74c7857b Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Feb 2026 22:50:12 +0100 Subject: [PATCH] chore: no quiet --- .husky/post-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/post-commit b/.husky/post-commit index f27cc15..a98224c 100644 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,3 +1,3 @@ echo "post-commit..." -git push gh -q -git push sh -q +git push gh +git push sh