Skip to content

Commit

Permalink
Use self react-devtools branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jun 29, 2016
1 parent 8154432 commit 4c4df5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postinstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

git clone https://github.com/facebook/react-devtools.git node_modules/react-devtools
cd node_modules/react-devtools && git checkout 627a04ebfea8d6186ebf73c8be42b44f2ecdf346
git clone https://github.com/jhen0409/react-devtools.git node_modules/react-devtools
cd node_modules/react-devtools && git checkout rndebugger
cd ../..
rm -rf node_modules/react-devtools/.*

Expand Down

0 comments on commit 4c4df5d

Please sign in to comment.