This commit is contained in:
bipproduction
2025-11-17 14:12:47 +08:00
parent 9670a3b55e
commit e46d122ca0
2 changed files with 1 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
import { execSync } from "child_process";
execSync("cd dist && npm publish", { stdio: 'inherit' })
execSync("cd dist && bun publish", { stdio: 'inherit' })