Skip to content

Commit

Permalink
Run build script before chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Aug 22, 2023
1 parent e1b37c4 commit aed609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- run: yarn && yarn build
- uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aed609a

Please sign in to comment.