From db88065bc6a2cc8bf91b4dd23677529cd19c5b91 Mon Sep 17 00:00:00 2001 From: junghyeonsu Date: Tue, 26 Nov 2024 15:54:40 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20build=20=EC=8A=A4=ED=83=AD=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 28624742d..105b334f0 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -25,7 +25,8 @@ jobs: - name: Install dependencies # 👇 Install dependencies with the same package manager used in the project (replace it as needed) e.g. yarn, npm, pnpm run: yarn - # 👇 Adds Chromatic as a step in the workflow + - name: Build + run: yarn build - name: Publish to Chromatic uses: chromaui/action@v1 # Chromatic GitHub Action options