Echo path

This commit is contained in:
Daniel Imms
2018-09-11 00:04:27 -07:00
committed by GitHub
parent 35483b3bf4
commit 07b5bd0b64
+2 -1
View File
@@ -14,7 +14,8 @@ jobs:
displayName: 'Install Node.js'
- script: |
curl -o- -L https://yarnpkg.com/install.sh | bash
. ~/.bashrc
echo 'PATH'
echo $PATH
displayName: 'Install yarn'
- script: |
yarn