chore: add post-commit hook to auto-mirror to gh & sh

This commit is contained in:
Ayo Ayco 2026-02-22 15:57:34 +01:00
parent 5d8516dcf8
commit 9252f20a9d

3
.husky/post-commit Normal file
View file

@ -0,0 +1,3 @@
echo "post-commit..."
git push gh --mirror
git push sh --mirror