From 6f224576ea92d380b5927a49d70090298b530055 Mon Sep 17 00:00:00 2001 From: oaoong Date: Mon, 30 Oct 2023 15:25:54 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=9E=AC=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index c7d9ab4b..97696174 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -13,9 +13,8 @@ jobs: npm install -g pnpm - name: Install Dependency - run: pnpm install -no-frozen-lockfile + run: pnpm install - run: pnpm - name: Publish to Chromatic uses: chromaui/action@v1