This commit is contained in:
Dax Raad
2025-07-31 00:14:39 -04:00
parent 53907843b7
commit df1c911764
82 changed files with 12990 additions and 1097 deletions
Regular → Executable
+6 -7
View File
@@ -1,10 +1,9 @@
#!/usr/bin/env bun
import { $ } from "bun"
const version = process.env["OPENCODE_VERSION"]
if (!version) {
throw new Error("OPENCODE_VERSION is required")
}
import pkg from "../package.json"
const version = process.env["VERSION"]
console.log("publishing stainless")
await import("./stainless.ts")
await import(`../packages/sdk/stainless/generate.ts`)
await import(`../packages/sdk/js/script/publish.ts`)