Skip to content

Commit

Permalink
ci: build application before storybook
Browse files Browse the repository at this point in the history
Build nuxt application before building the storybook as they depend on each other.
  • Loading branch information
jojomatik committed Jul 27, 2023
1 parent 33b53db commit 985c7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

1 comment on commit 985c7c5

@vercel
Copy link

@vercel vercel bot commented on 985c7c5 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.