diff options
| author | Dax Raad <[email protected]> | 2025-09-10 03:36:42 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-10 03:36:42 -0400 |
| commit | a6265ea3d2c1d991f102ac865393a5e594986d86 (patch) | |
| tree | 98be14136f1f04b82ccd4dc602b27fa6b21d2257 /script/publish.ts | |
| parent | bb3f02b8bb49bce844c8668b438541fe2175e544 (diff) | |
| download | opencode-a6265ea3d2c1d991f102ac865393a5e594986d86.tar.gz opencode-a6265ea3d2c1d991f102ac865393a5e594986d86.zip | |
upgrade to latest bun
Diffstat (limited to 'script/publish.ts')
| -rwxr-xr-x | script/publish.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/publish.ts b/script/publish.ts index c0f79bb9c..9b3ea450e 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -2,6 +2,10 @@ import { $ } from "bun" +if (process.versions.bun !== "1.2.21") { + throw new Error("This script requires [email protected]") +} + console.log("=== publishing ===\n") const snapshot = process.env["OPENCODE_SNAPSHOT"] === "true" |
