Source bashrc after yarn install

This commit is contained in:
Daniel Imms
2018-09-11 00:00:33 -07:00
committed by GitHub
parent 6ebf17bf04
commit 35483b3bf4
+1 -1
View File
@@ -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