From b8f2602ec0dbbcead4b4e38759beac57ebbaf42d Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 18:08:53 +0200 Subject: [PATCH] chore: add husky post-commit auto push to gh & sh --- .husky/post-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/post-commit b/.husky/post-commit index 5404d63..a98224c 100644 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,3 +1,3 @@ -echo ">>> post-commit..." +echo "post-commit..." git push gh -git push sh \ No newline at end of file +git push sh