Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit f838032

Browse files
committed
chore(project): prevent installing yarn on CI
CI is failing because Yarn is already installed in newer CircleCI images.
1 parent 92e12bd commit f838032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
aliases:
44
- &install
5-
run: sudo npm install -g yarn && yarn install --frozen-lockfile --ignore-optional
5+
run: yarn install --frozen-lockfile --ignore-optional
66
- &defaults
77
working_directory: ~/repo
88
docker:

0 commit comments

Comments
 (0)