Skip to content

Commit

Permalink
Add missing build step for Chromatic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed May 14, 2024
1 parent 930cbf4 commit b9cee03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
pnpm install
--frozen-lockfile
- name: Build package
run: >
pnpm run build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit b9cee03

Please sign in to comment.