Export yarn path

This commit is contained in:
Daniel Imms
2018-09-10 23:53:45 -07:00
committed by GitHub
parent 5d37a17383
commit 6ebf17bf04
+1
View File
@@ -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