work around yarn cache bug

This commit is contained in:
Eugene Pankov
2019-10-13 20:17:54 -07:00
parent 4bf67b0904
commit c4dfb44bc8
3 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ jobs:
- name: Install deps
run: |
sudo npm i -g yarn@1.19.1
cd app
yarn cache clean
yarn
cd ..
rm app/node_modules/.yarn-integrity