Skip to content

Commit

Permalink
docs: add missing components build cmd to contributing info
Browse files Browse the repository at this point in the history
  • Loading branch information
vbulant authored and DSil committed Feb 7, 2024
1 parent ebeebd3 commit e44537f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ Install dependencies:
yarn install
```

Build the design tokens and the tailwind preset:
Build the design tokens, the tailwind preset, and the components:

```sh
yarn tokens build
yarn tailwind-preset build
yarn components build
```

For developing Orbit components, run Storybook:
Expand Down

0 comments on commit e44537f

Please sign in to comment.