From 00fa3727d05a3e6006a0483a3395202bf8a51b8e Mon Sep 17 00:00:00 2001 From: "DESKTOP-TKLFCPR\\ython" Date: Tue, 16 Jun 2026 20:40:29 +0900 Subject: [PATCH] =?UTF-8?q?fix(esn):=20build=20script=EC=97=90=EC=84=9C=20?= =?UTF-8?q?tsc=20=EC=A0=9C=EA=B1=B0=20(=EC=84=9C=EB=B2=84=20=EC=A0=84?= =?UTF-8?q?=EC=97=AD=20tsc=20=EC=97=86=EC=9D=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ea44ef7..1e0ffb3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "vite --port 3014", - "build": "tsc && vite build", + "build": "vite build", "preview": "vite preview" }, "dependencies": {