🔧 ci: add a script to update version

This commit is contained in:
frostime 2024-09-08 14:05:54 +08:00
parent e345e18613
commit 63cc3ac0c2
2 changed files with 142 additions and 0 deletions

View file

@ -11,6 +11,7 @@
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
"make-link-win": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File ./scripts/elevate.ps1 -scriptPath ./scripts/make_dev_link.js",
"dev": "vite build --watch",
"update-version": "node --no-warnings ./scripts/update_version.js",
"build": "vite build",
"make-install": "vite build && node --no-warnings ./scripts/make_install.js"
},