revert Update package.json
This commit is contained in:
2025-05-27 15:59:02 +00:00
parent 594e31aceb
commit 417834220b

View File

@@ -4,9 +4,10 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"preinstall": "rm -rf node_modules package-lock.json",
"dev": "vite dev",
"build": "svelte-kit build",
"preview": "node build",
"build": "vite build",
"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"