|
|
|
@ -6,6 +6,9 @@
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
|
|
|
|
"build:deb": "tauri build --bundles deb",
|
|
|
|
|
|
|
|
"build:appimage": "tauri build --bundles appimage",
|
|
|
|
|
|
|
|
"build:release": "npm run build:deb",
|
|
|
|
"test": "vitest",
|
|
|
|
"test": "vitest",
|
|
|
|
"test:run": "vitest run",
|
|
|
|
"test:run": "vitest run",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"preview": "vite preview",
|
|
|
|
|