progress
This commit is contained in:
parent
53907843b7
commit
df1c911764
82 changed files with 12990 additions and 1097 deletions
13
scripts/publish.ts
Normal file → Executable file
13
scripts/publish.ts
Normal file → Executable 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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue