Symlink yarn to /usr/bin

This commit is contained in:
Daniel Imms
2018-09-11 00:09:36 -07:00
committed by GitHub
parent 07b5bd0b64
commit d23c65d1db
+1 -2
View File
@@ -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