From d1ed7f697d8c5a84697fa10ff8e411f75111a925 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 21:41:53 +0100 Subject: [PATCH] chore: update post-commit hook --- .husky/post-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/post-commit b/.husky/post-commit index ce69233..1c77f0e 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 --mirror -q +git push sh --mirror -q