Skip to content

Commit

Permalink
Merge pull request #247 from layer5io/205-fix-storybook-workflow
Browse files Browse the repository at this point in the history
ci(storybook): add yarn install
  • Loading branch information
nebula-aac authored Nov 7, 2023
2 parents 0ab9f32 + 795dba6 commit 2875dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build Storybook
run: |
cd apps/design-system
yarn install
yarn build-storybook
- name: Deploy Storybook
Expand Down

0 comments on commit 2875dab

Please sign in to comment.