summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-11 01:37:10 -0500
committerDax Raad <[email protected]>2025-11-11 01:37:10 -0500
commit38cee3b8483f342f3daa9f5d95781049ecc29041 (patch)
tree22aa3c5fb4b82130f7b19a1e53299fecfda2a66e
parent6d116d4b54ebc4373441eb7cfa672b85485885f1 (diff)
downloadopencode-38cee3b8483f342f3daa9f5d95781049ecc29041.tar.gz
opencode-38cee3b8483f342f3daa9f5d95781049ecc29041.zip
ci: sync
-rwxr-xr-xpackages/opencode/script/build.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts
index 78ac7ce91..773e46288 100755
--- a/packages/opencode/script/build.ts
+++ b/packages/opencode/script/build.ts
@@ -83,8 +83,8 @@ const targets = singleFlag
await $`rm -rf dist`
const binaries: Record<string, string> = {}
-await $`bun install --os="*" --arch="*" @opentui/core`
-await $`bun install --os="*" --arch="*" @parcel/watcher`
+await $`bun install --os="*" --arch="*" @opentui/core@${pkg.dependencies["@opentui/core"]}`
+await $`bun install --os="*" --arch="*" @parcel/watcher@${pkg.dependencies["@parcel/watcher"]}`
for (const item of targets) {
const name = [
pkg.name,