Skip to content

Commit

Permalink
FIX build example in official storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 6, 2019
1 parent 5225324 commit 06386b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/official-storybook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ This storybook includes stories for:
- `@storybook/ui` - the UI of storybook itself
- `@storybook/addon-*` - various addons.
- `@storybook/other-*` - various examples.

## How to make new `build-storybook`s:

```sh
sudo ln -s ../../{new-example}/storybook-static /Users/{user}/{location-of-storybook-repo}/core/examples/official-storybook/built-storybooks/{new-example}
```
1 change: 1 addition & 0 deletions examples/official-storybook/built-storybooks/cra-react15

0 comments on commit 06386b3

Please sign in to comment.