diff --git a/package.json b/package.json index 0d436e6..a1763ea 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "tsc --build && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint-printconfig": "eslint --print-config .eslintrc.cjs", "preview": "vite preview",