Skip to content

Commit

Permalink
ci: fix chromatic icon build errors (#9906)
Browse files Browse the repository at this point in the history
**Related Issue:** #9835

## Summary

Resolve Chromatic errors by ensuring the icons are built.
  • Loading branch information
benelan authored and github-actions[bot] committed Jul 31, 2024
1 parent d583904 commit 12cdb0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12cdb0c

Please sign in to comment.