🔧 ci: add a script to update version
This commit is contained in:
parent
e345e18613
commit
63cc3ac0c2
2 changed files with 142 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue