diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 54a9b08c..dba7bf05 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +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" + . ~/.bashrc displayName: 'Install yarn' - script: | yarn