mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
compress output of pack-codegen-for-zig-team.sh (#19188)
This commit is contained in:
4
scripts/pack-codegen-for-zig-team.sh
Normal file → Executable file
4
scripts/pack-codegen-for-zig-team.sh
Normal file → Executable 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"
|
||||
|
||||
Reference in New Issue
Block a user