summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk')
-rwxr-xr-xpackages/sdk/stainless/generate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sdk/stainless/generate.ts b/packages/sdk/stainless/generate.ts
index 22224224d..e0d87184c 100755
--- a/packages/sdk/stainless/generate.ts
+++ b/packages/sdk/stainless/generate.ts
@@ -7,7 +7,7 @@ console.log("=== Generating Stainless SDK ===")
console.log(process.cwd())
await $`rm -rf go`
-await $`bun run --conditions=development ../../opencode/src/index.ts generate > openapi.json`
+await $`bun run ../../opencode/src/index.ts generate > openapi.json`
await $`stl builds create --branch main --pull --allow-empty --+target go`
await $`rm -rf ../go`