From 12cdb0cc2d8180f522c36e5e934a341c8c2affe3 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Tue, 30 Jul 2024 16:14:33 -0700 Subject: [PATCH] ci: fix chromatic icon build errors (#9906) **Related Issue:** #9835 ## Summary Resolve Chromatic errors by ensuring the icons are built. --- .github/workflows/chromatic.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index be9bbea35c9..33baff6a777 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -17,8 +17,10 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: package.json - - run: npm install - - run: npm --workspace="packages/calcite-design-tokens" run build + - run: | + npm install + npm --workspace="packages/calcite-design-tokens" run build + npm --workspace="packages/calcite-ui-icons" run build - name: Publish to Chromatic uses: chromaui/action@v11 with: