Skip to content

Commit dce7e52

Browse files
committed
fix yarn checkout
1 parent b58fc44 commit dce7e52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99

1010
steps:
1111
- checkout
12-
- run:
13-
name: install yarn
14-
command: 'sudo npm install -g yarn --quiet'
1512
- restore_cache:
1613
key: dependency-cache-{{ checksum "yarn.lock" }}
1714
- run:

0 commit comments

Comments
 (0)