diff --git a/package.json b/package.json index 33cd567..8587ab6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite --host", - "build": "tsc -b && vite build", + "build": "tsc && vite build", "lint": "eslint .", "preview": "vite preview" },