diff --git a/package.json b/package.json index ea23160..9a415ca 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "dev": "vite dev", "build": "vite build", "preview": "vite preview", - "prepare": "vite sync", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",