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