From da55dd8d8e68572436aa524655451df3624ed7af Mon Sep 17 00:00:00 2001 From: ChaHyeonMin <112674303+gutanbug@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:16:59 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20build=20bash=20script=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab4f8e4..453650d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,4 @@ jobs: yarn add react-scripts npm install -save react-scripts --legacy-peer-deps CI=false npm run build + shell: bash