mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
fixing nvm
This commit is contained in:
parent
5cd08aa2ac
commit
56aa718cee
@ -72,7 +72,7 @@ elif [ "$TARGET" = "react-example" ]; then
|
||||
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION
|
||||
popd
|
||||
elif [ "$TARGET" = "react-tests-android" ]; then
|
||||
nvm install 5.4.0
|
||||
[ -s "${HOME}/.nvm/nvm.sh" ] && . "${HOME}/.nvm/nvm.sh"
|
||||
nvm use 5.4.0
|
||||
pushd react-native/android
|
||||
./gradlew installarchives
|
||||
|
Loading…
x
Reference in New Issue
Block a user