re-add pre scripts for deploy

This commit is contained in:
HorizonCode 2024-01-18 12:47:52 +01:00
parent e119166c65
commit 0fc9cb828b
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@
"start": "sirv public --no-clear",
"electron": "wait-on http://localhost:8080 && electron .",
"electron-dev": "concurrently \"yarn run dev\" \"yarn run electron\"",
"preelectron-pack": "yarn run build",
"electron-pack": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {