diff --git a/installer-gui/package.json b/installer-gui/package.json index 3ef780a..9ccbf80 100644 --- a/installer-gui/package.json +++ b/installer-gui/package.json @@ -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",