From a6f29bb10411ff90702ec62f537cb5bddb2242b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=95=B4=EC=B0=AC=5BVertical=20Service=20Dev1=5D?= Date: Thu, 20 Jun 2024 18:41:38 +0900 Subject: [PATCH] test : ci --- src/main/webapp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/package.json b/src/main/webapp/package.json index 5c1a904..a89e831 100644 --- a/src/main/webapp/package.json +++ b/src/main/webapp/package.json @@ -10,8 +10,8 @@ "license": "Only use for softsquared project", "author": "(주)소프트스퀘어드", "scripts": { - "build-dev": "dotenv -e .env.development react-scripts build", - "build-prod": "dotenv -e .env.production react-scripts build", + "build-dev": "CI=false dotenv -e .env.development react-scripts build", + "build-prod": "CI=false dotenv -e .env.production react-scripts build", "start-dev": "dotenv -e .env.development react-scripts start", "start-prod": "dotenv -e .env.production react-scripts start", "start-local": "dotenv -e .env.development.local react-scripts start"