cli: rename node package to opencode-node (#37528)

This commit is contained in:
Simon Klee 2026-07-17 19:04:40 +02:00 committed by GitHub
parent 3fc06accbd
commit 5d5b33f195
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ await publishDistribution({
})
await publishDistribution({
root: "./dist/node",
name: "opencode2-node",
name: "opencode-node",
binary: "opencode2-node",
packagePrefix: "@opencode-ai/cli-node-",
})