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" },