mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(ci): expose AI pack diagnostics (#122786)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user