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

This commit is contained in:
Tobias Hale
2019-08-20 13:06:24 +01:00
committed by Dan Abramov
parent de497e2503
commit 74d047e8c3

View File

@@ -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