update version

This commit is contained in:
bipproduction
2025-11-17 16:40:37 +08:00
parent fcc85101fd
commit 87e77ced60
8 changed files with 1502 additions and 94 deletions

View File

@@ -80,7 +80,8 @@ async function build() {
console.log("🎉 Build complete!");
}
execSync("cd src && npm version patch", { stdio: 'inherit' })
const version = execSync('npm view lodash version').toString().trim();
console.log("🚀 Version:", version);
execSync("cd src && npm version ", { stdio: 'inherit' })
build()