mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Symlink yarn to /usr/bin
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user