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