diff --git a/web/package.json b/web/package.json index 5b29f6a..a0e7c40 100644 --- a/web/package.json +++ b/web/package.json @@ -43,7 +43,7 @@ }, "scripts": { "start": "vite", - "build": "tsc && vite build", + "build": "vite build", "analyze": "vite-bundle-visualizer", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview"