[CI] Use gh action to bump version (#2810)

This commit is contained in:
Chenlei Hu
2025-03-02 17:10:30 -05:00
committed by GitHub
parent fee833ddb6
commit fd4263065b
3 changed files with 51 additions and 31 deletions

View File

@@ -12,7 +12,6 @@
"dev:electron": "vite --config vite.electron.config.mts",
"build": "npm run typecheck && vite build",
"build:types": "vite build --config vite.types.config.mts && node scripts/prepare-types.js",
"release": "node scripts/release.js",
"zipdist": "node scripts/zipdist.js",
"typecheck": "vue-tsc --noEmit && tsc --noEmit && tsc-strict",
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts}'",