Update circle.yml

This commit is contained in:
Guilherme Gazzo 2017-11-01 00:51:37 -02:00 committed by GitHub
parent 43ca012ad8
commit d739dd46a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dependencies:
pre:
# Install YARN
- node -v
- echo $KEYSTORE_BASE64 | base64 --decode > $KEYSTORE
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "$KEYSTORE"
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION