diff --git a/.husky/pre-push b/.husky/pre-push index 9b02752d6..714e372f1 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -17,6 +17,6 @@ changed_files="$( done | sort -u )" -if printf '%s\n' "$changed_files" | grep -q '^vite/'; then - bunx turbo run test:unit --filter=@autumn/vite -fi +# if printf '%s\n' "$changed_files" | grep -q '^vite/'; then +# bunx turbo run test:unit --filter=@autumn/vite +# fi