added mvn to prepare-ios

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2018-04-02 13:24:31 +03:00
parent 1faa35bfd9
commit 818e310a26
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ prepare: ##@prepare Install dependencies and prepare workspace
./re-natal enable-source-maps
prepare-ios: prepare ##@prepare Install iOS specific dependencies
mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack
cd ios && pod install && cd ..
#----------------