Skip to content

Commit

Permalink
chore: adding yarn to executor
Browse files Browse the repository at this point in the history
  • Loading branch information
vnovick committed Oct 20, 2022
1 parent bd921ff commit 36e9a94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ commands:
command -v nvm
nvm install <<parameters.node_version>>
nvm alias default <<parameters.node_version>>
npm install --global yarn
yarn --version
curl -o- -L https://yarnpkg.com/install.sh | bash
echo 'export PATH="${PATH}:${HOME}/.yarn/bin"' >> $BASH_ENV
setup_macos_executor:
parameters:
Expand Down Expand Up @@ -321,6 +321,7 @@ jobs:
steps:
- attach_workspace:
at: .

- setup_android_executor

- run:
Expand Down

0 comments on commit 36e9a94

Please sign in to comment.