@ -44,7 +44,7 @@ jobs:
run: npm install yarn --no-save
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --network-timeout 600000
- name: Generate and concat files
run: yarn generate
@ -57,7 +57,8 @@ jobs:
- name: Install Dependencies #skipped if step before set variable to true
if: |
steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile --prefer-offline
@ -40,7 +40,7 @@ jobs: