From 3f02518b79889845dc942079e03db2f736a74b90 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 26 Feb 2026 22:48:42 -0800 Subject: [PATCH] =?UTF-8?q?scripts(analysis):=20=F0=9F=94=A8=20Update=20st?= =?UTF-8?q?ricter=20TypeScript=20package=20validation=20rules=20in=20verif?= =?UTF-8?q?y-ts-packages.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- analysis/verify-ts-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/verify-ts-packages.sh b/analysis/verify-ts-packages.sh index ac32a2f..be815c8 100755 --- a/analysis/verify-ts-packages.sh +++ b/analysis/verify-ts-packages.sh @@ -470,7 +470,7 @@ run_runtime_checks() { if [[ -n "$has_test_script" ]]; then progress "[$idx/$total] Testing $pkg_name..." local test_output - if test_output=$(cd "$pkg_dir" && timeout "${BUILD_TIMEOUT}s" bun run test 2>&1); then + if test_output=$(cd "$pkg_dir" && CI=true timeout "${BUILD_TIMEOUT}s" bun run test 2>&1); then ((test_pass++)) else local exit_code=$?