This commit is contained in:
bipproduction
2025-11-17 14:10:40 +08:00
parent 29da78c562
commit 1ba8f00a56
6 changed files with 3 additions and 643 deletions

View File

@@ -1,3 +1,6 @@
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' })