compress output of pack-codegen-for-zig-team.sh (#19188)

This commit is contained in:
190n
2025-04-22 13:09:58 -07:00
committed by GitHub
parent 00689e13a0
commit 842fe8664e

4
scripts/pack-codegen-for-zig-team.sh Normal file → Executable file
View File

@@ -5,8 +5,8 @@ if ! test -d build/debug/codegen; then
fi
out="codegen-for-zig-team.tar.gz"
tar -cf "$out" \
tar -zcf "$out" \
build/debug/codegen \
src/bun.js/bindings/GeneratedBindings.zig \
src/bun.js/bindings/GeneratedJS2Native.zig
echo "-> $out"
echo "-> $out"