diff --git a/package.json b/package.json index 04c56c4..102cd16 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "dev": "vite", - "build": "run-p type-check \"build-only {@}\" -- && cp public/.htaccess dist/.htaccess", + "build": "vite build", "preview": "vite preview", "start": "vite preview --port 4174 --host", "build-only": "vite build",