chore(desktop): add dev command to build and copy
This commit is contained in:
parent
01bc76d1c6
commit
eeb9caf87b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue