Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 693d63f

Browse files
committed
chore: install yarn
1 parent e950816 commit 693d63f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
- node/install: *install_node
5757
- run: *create_cache_key_file
5858
- node/install-packages: *install_node_packages
59+
- run:
60+
name: Yarn Install
61+
command: |
62+
npm install yarn -g
5963
- run: .circleci/loadgpg
6064
- run: yarn global add @oclif/semantic-release@3 semantic-release@17
6165
- run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)