From a82d8acaa7a73925c55e97bb548c307dc53b22e2 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Thu, 23 Feb 2017 17:43:12 -0300 Subject: [PATCH] Bring `yarn` back --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08796113..9072399a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi install: - - npm install + - yarn before_script: - npm prune diff --git a/appveyor.yml b/appveyor.yml index 1619b596..75f03d11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: - ps: Install-Product node 6 x64 - set CI=true - npm -g install npm@latest - - npm install + - yarn build: off