Skip to content

Commit 92af60a

Browse files
author
Brian Vaughn
authored
Update CONTRIBUTING.md
1 parent 27423de commit 92af60a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-devtools/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ git clone [email protected]:facebook/react.git
88
Next install dependencies:
99
```sh
1010
cd <react-repo>
11-
12-
yarn install
13-
14-
cd scripts/release
1511
yarn install
1612
```
1713

@@ -22,7 +18,11 @@ Next, check out (or build) the local version of React that DevTools uses:
2218
To check out the latest version of React (built by CI from the `main` branch) run:
2319
```sh
2420
cd <react-repo>
25-
scripts/release/download-experimental-build.js --commit=main
21+
22+
cd scripts/release
23+
yarn install
24+
25+
./download-experimental-build.js --commit=main
2626
```
2727

2828
### Option 2: Build from source

0 commit comments

Comments
 (0)