From 244fbd4244b2f5eeb3b0b9d1e2f7eba4316e41fc Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 19:58:10 +0200 Subject: [PATCH] chore: auto pack after commit --- .husky/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/post-commit b/.husky/post-commit index a094e92..9f30222 100644 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,4 +1,4 @@ echo "post-commit..." -. pack.sh +. ../pack.sh git push gh git push sh