@@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install & build
run: |
- yarn install
+ yarn install --prefer-offline
yarn bootstrap
yarn build
unit-tests:
@@ -61,7 +61,7 @@ jobs:
yarn lerna run ci
- name: Unit tests
@@ -130,7 +130,7 @@ jobs:
- name: df
@@ -55,7 +55,7 @@ jobs:
- name: Install & bootstrap
yarn config set unsafe-perm true
- yarn install --network-timeout 1000000
+ yarn install --network-timeout 1000000 --prefer-offline
env:
CI: true