diff --git a/package.json b/package.json index 84bebc9..dcac752 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "run-p type-check \"build-only {@}\" --", + "build": "run-p \"build-only {@}\" --", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build",