Skip to content

Commit f962feb

Browse files
author
Brian Vaughn
committed
Updated extensions build-from-source instructions in README
1 parent ac61936 commit f962feb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/react-devtools-extensions/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ The easiest way to install this extension is as a browser add-on:
88

99
## Development
1010

11-
You can also build and install from source:
11+
You can also build and install this extension from source.
12+
13+
DevTools embeds local versions of several NPM packages also in this workspae. If you have not already built them, you'll need to do that before getting started by running the following command in the root directory of this repository:
1214
```sh
13-
yarn install
15+
yarn build -- react,react-dom,react-is,scheduler --type=NODE
16+
```
1417

18+
Once the above packages have been built, you can build the extension by running:
19+
```sh
1520
cd packages/react-devtools-extensions/
1621

1722
yarn build:chrome # => packages/react-devtools-extensions/chrome/build

0 commit comments

Comments
 (0)