Skip to content

Commit

Permalink
Insert 'yarn' command between 'cd storybook' and 'yarn bootstrap (--c…
Browse files Browse the repository at this point in the history
…ore)'

Signed-off-by: Yeseul Jeon <yeseouler52@gmail.com>
  • Loading branch information
yeseouler committed Feb 2, 2020
1 parent a409980 commit e1b64cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To test your project against the current latest version of storybook, you can cl
```sh
git clone https://github.com/storybookjs/storybook.git
cd storybook
yarn
yarn bootstrap
```

Expand Down Expand Up @@ -138,6 +139,7 @@ A good way to do that is using the example `cra-kitchen-sink` app embedded in th
# Download and build this repository:
git clone https://github.com/storybookjs/storybook.git
cd storybook
yarn
yarn bootstrap --core

# make changes to try and reproduce the problem, such as adding components + stories
Expand Down

0 comments on commit e1b64cb

Please sign in to comment.