Browse Source

Include step to checkout v3 branch before building the devtools extension (#2269)

main
Tobias Hale 5 years ago
committed by Dan Abramov
parent
commit
74d047e8c3
  1. 3
      content/blog/2019-08-15-new-react-devtools.md

3
content/blog/2019-08-15-new-react-devtools.md

@ -60,6 +60,9 @@ git clone https://github.com/facebook/react-devtools
cd react-devtools
# Checkout the previous release branch
git checkout v3
# Install dependencies and build the unpacked extension
yarn install
yarn build:extension

Loading…
Cancel
Save