From 38cee3b8483f342f3daa9f5d95781049ecc29041 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 11 Nov 2025 01:37:10 -0500 Subject: [PATCH] ci: sync --- packages/opencode/script/build.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts index 78ac7ce9..773e4628 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 = {} -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,