From 249a3646dcbd1b70166992af50dbb4b21256f2dd Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Fri, 15 May 2026 15:43:21 +0200 Subject: [PATCH] chore: remove strict ts build check --- frontend/customer/package.json | 2 +- frontend/superadmin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },