Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Add root build step
Browse files Browse the repository at this point in the history
  • Loading branch information
StephixOne committed Aug 4, 2023
1 parent e536683 commit d42bf46
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 @@ -13,6 +13,8 @@ jobs:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- name: Build other required packages
run: yarn build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit d42bf46

Please sign in to comment.