diff --git a/package.json b/package.json index e97e13a..312c269 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "React TypeScript on Replit, using Vite bundler", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "preview": "vite preview" }, "keywords": [],