yarn fix again

This commit is contained in:
Alexey 2021-08-19 19:51:47 +03:00
parent 6a54c2f237
commit 9931fdebef

View File

@ -15,7 +15,7 @@ jobs:
with: with:
node-version: 14 node-version: 14
- run: yarn cache clean --all - run: yarn cache clean --all
- run: yarn install --network-timeout 100000 - run: yarn install --network-concurrency 1
- run: yarn lint - run: yarn lint
- run: yarn download - run: yarn download
- run: yarn build - run: yarn build