diff --git a/package.json b/package.json index 4b77ac1280c8f8bc6178a03a6f7169928776db81..7c03a333755be0707c3c30659f90c654dde3a5d1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },