From 40193116acb8b7c4a7c06b4eedbaebfe62b5f70c Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Wed, 24 Jan 2024 12:39:28 +0100 Subject: [PATCH] Fix Chromatic GH Action --- .github/workflows/chromatic.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6c62efa..2dc7f70 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -40,6 +40,9 @@ jobs: - name: Install dependencies run: pnpm install + - name: Build + run: pnpm build + - name: Publish to Chromatic uses: chromaui/action@v1 with: