From 3f3948a7c44b28d778f3f6f7e2cb5c034a4a0615 Mon Sep 17 00:00:00 2001 From: Hiroshi Nishito Date: Mon, 20 Jan 2025 20:16:07 +0900 Subject: [PATCH] =?UTF-8?q?init]cicd=E4=BF=AE=E6=AD=A3:=20backendOK.=20fro?= =?UTF-8?q?ntend=E3=81=AE=E3=81=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index af3c68d..6646fb5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,7 +6,8 @@ "scripts": { "dev:local": "cross-env VITE_API_BASE_URL=http://localhost:3000 vite", "dev:remote": "env-cmd -f .env.dev vite", - "build": "tsc -b && vite build", + "build:dev": "tsc -b && vite build --mode dev", + "build:prod": "tsc -b && vite build --mode prod", "lint": "eslint .", "preview": "vite preview", "test": "echo 'No tests yet' && exit 0"