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", "version": "0.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"preinstall": "rm -rf node_modules package-lock.json",
"dev": "vite dev", "dev": "vite dev",
"build": "svelte-kit build", "build": "vite build",
"preview": "node build", "preview": "node build",
"prepare": "svelte-kit sync || echo ''", "prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"