tamabahan

This commit is contained in:
bipproduction
2025-11-17 14:05:04 +08:00
parent 10690674b6
commit 210497f517
5 changed files with 98 additions and 20 deletions

View File

@@ -81,6 +81,6 @@ async function build() {
console.log("🎉 Build complete!");
}
execSync("npm version patch", { stdio: 'inherit' })
execSync("cd src && npm version patch", { stdio: 'inherit' })
build()