upgrade to latest bun

This commit is contained in:
Dax Raad
2025-09-10 03:36:42 -04:00
parent bb3f02b8bb
commit a6265ea3d2
11 changed files with 40 additions and 19 deletions

View File

@@ -2,6 +2,10 @@
import { $ } from "bun"
if (process.versions.bun !== "1.2.21") {
throw new Error("This script requires bun@1.2.21")
}
console.log("=== publishing ===\n")
const snapshot = process.env["OPENCODE_SNAPSHOT"] === "true"