upgrade to latest bun
This commit is contained in:
parent
bb3f02b8bb
commit
a6265ea3d2
11 changed files with 40 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue