diff --git a/package.json b/package.json index 6150a0e..f2768b6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "license": "MIT", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", + "tsc": "tsc", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },