Skip to content

Commit 75c1731

Browse files
committed
Fix overlooked merge conflict.
1 parent 4d13fb2 commit 75c1731

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ To start working on React Async, clone the repo and bootstrap the project:
1818
```sh
1919
git clone https://github.com/async-library/react-async.git
2020
cd react-async
21-
<<<<<<< HEAD
22-
yarn && yarn bootstrap
23-
yarn build && yarn test
24-
=======
2521
yarn && yarn bootstrap && yarn test
26-
>>>>>>> bef2266... Update bootstrap script to include building packages.
2722
```
2823

2924
### Working with Storybook

0 commit comments

Comments
 (0)