This commit is contained in:
Dax Raad
2025-11-11 01:37:10 -05:00
parent 6d116d4b54
commit 38cee3b848

View File

@@ -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,