Skip to content

Commit

Permalink
add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent 24659f9 commit 254c55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ jobs:
- name: 📥 Install Dependencies
run: pnpm install

- name: 📦 Build libs
run: pnpm build:ui

- name: 🏗️ Build
run: pnpm build:docs

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/stories/card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Primary: Story = {
render: props => <Card {...props}>Hello</Card>,
name: 'Card',
args: {
children: 'Some card content',
children: 'Some card content!',
title: 'Card Title',
href: '#some-link',
},
Expand Down

0 comments on commit 254c55c

Please sign in to comment.