pull/5311/head
Dax Raad 2025-12-09 20:17:07 -05:00
parent cb188f907f
commit 73e9534d08
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ for (const [name] of Object.entries(binaries)) {
if (process.platform !== "win32") {
await $`chmod 755 -R .`
}
await $`bun publish --access public --tag ${Script.channel}`
await $`bun pm pack`
await $`npm publish *.tgz --access public --tag ${Script.channel} --provenance`
} finally {
process.chdir(dir)
}