mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
sync
This commit is contained in:
parent
6dbcacf3ea
commit
78c51371af
3 changed files with 4 additions and 3 deletions
|
|
@ -17,5 +17,5 @@ for (const [key, value] of Object.entries(pkg.exports)) {
|
|||
}
|
||||
}
|
||||
await Bun.write("package.json", JSON.stringify(pkg, null, 2))
|
||||
await $`bun publish --tag ${Script.channel} --access public`
|
||||
await $`bun pm pack && npm publish *.tgz --tag ${Script.channel} --access public`
|
||||
await Bun.write("package.json", JSON.stringify(original, null, 2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue