diff options
| author | Dax Raad <[email protected]> | 2025-11-11 01:37:10 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-11 01:37:10 -0500 |
| commit | 38cee3b8483f342f3daa9f5d95781049ecc29041 (patch) | |
| tree | 22aa3c5fb4b82130f7b19a1e53299fecfda2a66e | |
| parent | 6d116d4b54ebc4373441eb7cfa672b85485885f1 (diff) | |
| download | opencode-38cee3b8483f342f3daa9f5d95781049ecc29041.tar.gz opencode-38cee3b8483f342f3daa9f5d95781049ecc29041.zip | |
ci: sync
| -rwxr-xr-x | packages/opencode/script/build.ts | 4 |
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, |
