fix(ci): expose AI pack diagnostics (#122786)

This commit is contained in:
Vincent Koc
2026-08-13 08:25:58 +08:00
committed by GitHub
parent 41f4b5f673
commit 8733dcd05f
2 changed files with 49 additions and 2 deletions
+9 -1
View File
@@ -723,7 +723,15 @@ export async function prepareBundledAiRuntimePackage(
try {
await runCaptureImpl(
"pnpm",
["--dir", "packages/ai", "pack", "--silent", "--pack-destination", outputDir],
[
"--dir",
"packages/ai",
"pack",
"--loglevel=error",
"--use-stderr",
"--pack-destination",
outputDir,
],
sourceDir,
{
deferForwardedSignalExit: true,