feat: add phase 6 js_library and ts_library bootstrap
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
e671447d13
commit
9868933b27
9
tests/library_test/verify_bundle.sh
Executable file
9
tests/library_test/verify_bundle.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
bundle="$1"
|
||||
|
||||
if [[ ! -s "${bundle}" ]]; then
|
||||
echo "Expected bundled output to exist and be non-empty: ${bundle}" >&2
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user