feat(hololake): prepare signed 1.2.0 update artifacts
This commit is contained in:
parent
970523ab44
commit
d05a118f64
9 changed files with 118 additions and 10 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "hololake-clean-desktop",
|
||||
"private": true,
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "tsc -b && vite build",
|
||||
"test": "npm run build",
|
||||
"test": "npm run build && node --test scripts/*.test.mjs",
|
||||
"release:manifest": "node scripts/build-update-manifest.mjs",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue