From 1e933a7d65586447e5ce0e5a35f4cf98342cbfa1 Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 23:18:56 +0900 Subject: [PATCH] =?UTF-8?q?build=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index e26eb3e..5a8170f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,7 +5,7 @@ 숙제노기 - +
diff --git a/package.json b/package.json index 1f85c88..e435a0f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "node_modules/.bin/tsc -b && vite build", + "build": "npx tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" },