fix(release): require exact current source commit
This commit is contained in:
parent
4e434cffdc
commit
7593f9d3f0
8 changed files with 155 additions and 9 deletions
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "hololake-clean-desktop",
|
||||
"private": true,
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "tsc -b && vite build",
|
||||
"test": "npm run build && node --test scripts/*.test.mjs",
|
||||
"release:manifest": "node scripts/build-update-manifest.mjs",
|
||||
"release:controller-bundle": "node scripts/build-controller-release-bundle.mjs",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue