diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9ce66f5..54a9b08c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,7 @@ jobs: displayName: 'Install Node.js' - script: | curl -o- -L https://yarnpkg.com/install.sh | bash + export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" displayName: 'Install yarn' - script: | yarn