chore(desktop): add dev command to build and copy

This commit is contained in:
kolaente 2026-04-01 20:47:12 +02:00
parent 01bc76d1c6
commit eeb9caf87b
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
},
"homepage": "https://vikunja.io",
"scripts": {
"build:frontend": "cd ../frontend && pnpm run build && cd ../desktop && rm -rf frontend && cp -r ../frontend/dist frontend",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder --publish never"