fix(ci): tamagotchi path 2

This commit is contained in:
LemonNeko
2025-04-01 01:47:25 +08:00
parent a76a54d788
commit 6dcadabc10
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -9,10 +9,7 @@
"start": "electron-vite preview",
"dev": "vite",
"build": "vite build",
"build:unpack": "tauri build --no-bundle",
"build:win": "tauri build --target x86_64-pc-windows-msvc",
"build:mac": "tauri build --target aarch64-apple-darwin",
"build:linux": "tauri build --target x86_64-unknown-linux-gnu"
"build:unpack": "tauri build --no-bundle"
},
"dependencies": {
"@11labs/client": "^0.1.0",