From f38445c99d84d19bdd7be857d2054b8927f1f0e5 Mon Sep 17 00:00:00 2001 From: devgiljong Date: Wed, 10 Apr 2024 17:35:31 +0900 Subject: [PATCH] =?UTF-8?q?:construction:=20Chromatic=20install=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 5e47524..6c4390a 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Install dependencies - run: yarn install --immutable --immutable-cache --check-cache + run: yarn install - name: Run Chromatic uses: chromaui/action@latest