Dax Raad hace 3 meses
padre
commit
38cee3b848
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/opencode/script/build.ts

+ 2 - 2
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,