From 3777a6936798173f479dc604e04f5b4d5f48564a Mon Sep 17 00:00:00 2001 From: JaehongDev Date: Tue, 2 Jul 2024 14:12:14 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20build=20=EB=AA=A8=EB=93=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9f95e0f..273c3e8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,8 +4,8 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "npm run tailwind:prod && npm run cp:security && vite", - "build": "tsc && vite build", + "dev": "npm run tailwind:dev && npm run cp:security && vite", + "build": "npm run tailwind:prod tsc && vite build --mode prod", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "tailwind:dev": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch",