diff --git a/frontend/customer/package.json b/frontend/customer/package.json index 8c4e129..b91be21 100644 --- a/frontend/customer/package.json +++ b/frontend/customer/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, diff --git a/frontend/superadmin/package.json b/frontend/superadmin/package.json index 3465c61..5684048 100644 --- a/frontend/superadmin/package.json +++ b/frontend/superadmin/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "vite build", "lint": "eslint .", "preview": "vite preview" },