This commit is contained in:
bipproduction
2025-11-17 14:11:01 +08:00
parent 1ba8f00a56
commit 8f1be581c6

View File

@@ -1,6 +1,3 @@
import { execSync } from "child_process";
execSync("git add -A", { stdio: 'inherit' })
execSync("git commit -m 'publish'", { stdio: 'inherit' })
execSync("git push", { stdio: 'inherit' })
execSync("cd dist && npm publish", { stdio: 'inherit' })