|
@@ -58,7 +58,7 @@ for (const [os, arch] of targets) {
|
|
|
),
|
|
),
|
|
|
)
|
|
)
|
|
|
if (!dry)
|
|
if (!dry)
|
|
|
- await $`cd dist/${name} && npm publish --access public --tag ${npmTag}`
|
|
|
|
|
|
|
+ await $`cd dist/${name} && bun publish --access public --tag ${npmTag}`
|
|
|
optionalDependencies[name] = version
|
|
optionalDependencies[name] = version
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -83,7 +83,7 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
|
|
|
),
|
|
),
|
|
|
)
|
|
)
|
|
|
if (!dry)
|
|
if (!dry)
|
|
|
- await $`cd ./dist/${pkg.name} && npm publish --access public --tag ${npmTag}`
|
|
|
|
|
|
|
+ await $`cd ./dist/${pkg.name} && bun publish --access public --tag ${npmTag}`
|
|
|
|
|
|
|
|
if (!snapshot) {
|
|
if (!snapshot) {
|
|
|
// Github Release
|
|
// Github Release
|