yarn clean fix

This commit is contained in:
Alexey 2021-08-19 13:07:32 +03:00
parent 9c2d8ebd6a
commit 2794246da3

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 14 node-version: 14
- run: yarn cache clean - run: yarn cache clean --all
- run: yarn install - run: yarn install
- run: yarn lint - run: yarn lint
- run: yarn download - run: yarn download