clean yarn cache in ci

This commit is contained in:
Eugene Pankov
2019-10-11 15:25:08 -07:00
parent 0a07d0cd7f
commit 4bf67b0904
5 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ jobs:
- name: Install deps
run: |
yarn cache clean
cd app
yarn
cd ..