installer-gui: add an npm prepare step

seems this is required due to
https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md#minor-changes-34
This commit is contained in:
Will Greenberg
2026-01-26 10:45:01 -08:00
committed by Brad Warren
parent 08920e02b8
commit 9e08e662ff

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"prepare": "svelte-kit sync",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",