Skip to content

Commit

Permalink
Add git submodule initialization to postinstall script (#1301)
Browse files Browse the repository at this point in the history
* init git submodules in postinstall
  • Loading branch information
rekmarks authored Jan 28, 2020
1 parent d8e6b0d commit 04da1dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,7 @@ rm -rf node_modules/react-native/React/React.xcodeproj/project.pbxproj.bak
echo "15. Remove Branch examples"
rm -rf node_modules/react-native-branch/examples/
rm -rf node_modules/react-native-branch/native-tests/

echo "16. Init git submodules"
echo "This may take a while..."
git submodule update --init

0 comments on commit 04da1dc

Please sign in to comment.