chore: removed vite unit tests from pre push

This commit is contained in:
John Yeo
2026-05-01 09:07:05 +01:00
parent 5c40ad180c
commit 4125b3be7d

View File

@@ -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