This commit is contained in:
Ari Lazier 2016-01-22 16:28:01 -08:00
parent 907b5702c3
commit ba2f6e6f74

View File

@ -84,6 +84,9 @@ elif [ "$TARGET" = "react-tests-android" ]; then
# }
# '
# run nvm
[ -s "${HOME}/.nvm/nvm.sh" ] && . "${HOME}/.nvm/nvm.sh"
pushd react-native/android
./gradlew installarchives
popd