mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
sync
This commit is contained in:
parent
6dbcacf3ea
commit
78c51371af
3 changed files with 4 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ for (const [name] of Object.entries(binaries)) {
|
|||
process.chdir(dir)
|
||||
}
|
||||
}
|
||||
await $`cd ./dist/${pkg.name} && bun publish --access public --tag ${Script.channel}`
|
||||
await $`cd ./dist/${pkg.name} && bun pm pack && npm publish *.tgz --access public --tag ${Script.channel}`
|
||||
|
||||
if (!Script.preview) {
|
||||
const major = Script.version.split(".")[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue