mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 17:04:48 +00:00
fix: skip inspector build for SDK generation
This commit is contained in:
parent
9aeb8f552c
commit
9f830ef75c
1 changed files with 2 additions and 0 deletions
|
|
@ -11,9 +11,11 @@ async function buildAndUploadTypescriptSdk(opts: ReleaseOpts) {
|
||||||
console.log(`==> Building TypeScript SDK`);
|
console.log(`==> Building TypeScript SDK`);
|
||||||
|
|
||||||
// Build TypeScript SDK
|
// Build TypeScript SDK
|
||||||
|
// SANDBOX_AGENT_SKIP_INSPECTOR=1 skips building inspector frontend for openapi-gen
|
||||||
await $({
|
await $({
|
||||||
stdio: "inherit",
|
stdio: "inherit",
|
||||||
cwd: opts.root,
|
cwd: opts.root,
|
||||||
|
env: { ...process.env, SANDBOX_AGENT_SKIP_INSPECTOR: "1" },
|
||||||
})`pnpm --filter sandbox-agent build`;
|
})`pnpm --filter sandbox-agent build`;
|
||||||
|
|
||||||
console.log(`✅ TypeScript SDK built successfully`);
|
console.log(`✅ TypeScript SDK built successfully`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue