Skip to content

Commit 44ad0f8

Browse files
committed
Add build step to setup guide.
1 parent f83224a commit 44ad0f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ To start working on React Async, clone the repo and bootstrap the project:
1818
```sh
1919
git clone https://github.com/ghengeveld/react-async.git
2020
cd react-async
21-
yarn && yarn bootstrap && yarn test
21+
yarn && yarn bootstrap
22+
yarn build && yarn test
2223
```
2324

2425
### Working with Storybook

0 commit comments

Comments
 (0)