Update package.json

This commit is contained in:
2025-05-27 15:33:33 +00:00
parent 8d984635af
commit 9f0f4bbc04

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"preview": "node build",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"