diff --git a/.husky/pre-push b/.husky/pre-push index 040c79f08833..7e116981132d 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,2 +1,4 @@ +[ "$HUSKY" = "0" ] && echo "skipping push hook" && exit 0 + yarn lint && \ yarn testunit