brew node

This commit is contained in:
Gabriel Delavald 2017-11-01 17:45:49 -02:00
parent 25733e765f
commit 2dd63bc6e7
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ machine:
dependencies:
pre:
# Install YARN
- brew install node
- node -v
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "android/$KEYSTORE"
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then