Skip to content

Commit

Permalink
chore(docs): fix docs build for chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Sep 1, 2023
1 parent bca0fa4 commit 7069fab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chromatic-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: pnpm install
run: pnpm install

- name: pnpm build (internal dependencies)
- name: pnpm build (internal dependencies) # build all internal dependencies of docs but not docs itself
run: |
pnpm --filter @kadena/react-ui... build
pnpm --filter @kadena/react-components... build
pnpm run build --filter=@kadena/docs^...
- name: Publish Storybook
uses: chromaui/action@v1
Expand Down

0 comments on commit 7069fab

Please sign in to comment.