This commit is contained in:
bipproduction
2025-11-17 17:42:03 +08:00
parent 77190ff363
commit ea210b0ed9
5 changed files with 34 additions and 6 deletions

View File

@@ -83,6 +83,5 @@ async function build() {
execSync("git add -A", { stdio: 'inherit' })
execSync("git commit -m 'build'", { stdio: 'inherit' })
execSync("cd src && npm version patch", { stdio: 'inherit' })
build()