From d23c65d1db0c60c5bb9804828bbf734837d10819 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 11 Sep 2018 00:09:36 -0700 Subject: [PATCH] Symlink yarn to /usr/bin --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d444136..7b68fcb2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,8 +14,7 @@ jobs: displayName: 'Install Node.js' - script: | curl -o- -L https://yarnpkg.com/install.sh | bash - echo 'PATH' - echo $PATH + ln -s $HOME/.yarn/bin/yarn /usr/bin/yarn displayName: 'Install yarn' - script: | yarn