From 1e375477edf3b786fd2b0ffa51b9af5458efa840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=83=9C=EC=9C=A4?= Date: Tue, 8 Oct 2024 18:29:12 +0900 Subject: [PATCH] Update deploy-frontend.yml --- .github/workflows/deploy-frontend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-frontend.yml b/.github/workflows/deploy-frontend.yml index c7354bd..7149b96 100644 --- a/.github/workflows/deploy-frontend.yml +++ b/.github/workflows/deploy-frontend.yml @@ -50,13 +50,13 @@ jobs: # npm 의존성 설치 - name: Install dependencies - run: npm install --include=dev + run: | + npm install @babel/plugin-proposal-private-property-in-object --save-dev + npm install --include=dev # properties.json 파일 생성 - name: Create properties.json run: | - npm install @babel/plugin-proposal-private-property-in-object --save-dev - echo -e "${{ env.PROPERTIES_JSON }}" > ./src/configs/properties.json # React 앱 빌드