Skip to content

Commit 7d49daf

Browse files
committed
Try to satisfy CI by forcing installation of yarn
1 parent 3c21b64 commit 7d49daf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run:
1313
name: Install yarn
1414
command: |
15-
sudo npm install -g yarn --quiet
15+
sudo npm install -g yarn --quiet --force
1616
yarn install --pure-lockfile
1717
- run:
1818
name: Run Toolkit Build
@@ -37,7 +37,7 @@ jobs:
3737
- run:
3838
name: Install yarn
3939
command: |
40-
sudo npm install -g yarn --quiet
40+
sudo npm install -g yarn --quiet --force
4141
yarn install --pure-lockfile
4242
mkdir ci # Avoid error if not exists
4343
- run:
@@ -63,7 +63,7 @@ jobs:
6363
- run:
6464
name: Install yarn
6565
command: |
66-
sudo npm install -g yarn --quiet
66+
sudo npm install -g yarn --quiet --force
6767
yarn install --pure-lockfile
6868
- run:
6969
name: Run Toolkit CI
@@ -88,7 +88,7 @@ jobs:
8888
- run:
8989
name: Install yarn
9090
command: |
91-
sudo npm install -g yarn --quiet
91+
sudo npm install -g yarn --quiet --force
9292
yarn install --pure-lockfile
9393
- run:
9494
name: Run Toolkit CI

0 commit comments

Comments
 (0)