From 907a377ea9a9969f573bba27d8cf6bb78d63d807 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 7 Dec 2017 19:58:37 -0800 Subject: [PATCH] AppVeyor: use yarn instead --- .appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index acc143445b..9be5ddd376 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,14 +13,12 @@ branches: install: - ps: Install-Product node $env:nodejs_version $env:platform -- npm install -g npm@4 - set PATH=%APPDATA%\npm;%PATH% -- npm install -- npm update +- yarn test_script: - node --version -- npm --version -- npm test -- --installer=%node_installer% +- yarn --version +- yarn test --installer=%node_installer% build: off