1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 17:38:20 +03:00

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

@ -17,6 +17,7 @@ jobs:
run: |
eval $(ssh-agent -s)
ssh-add <(echo "$DOCS_PRIVATE_KEY")
yarn cache clean
cd app
yarn
cd ..

View File

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

View File

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

View File

@ -16,6 +16,7 @@ jobs:
- name: Install deps
run: |
cd app
yarn cache clean
yarn
cd ..
rm app/node_modules/.yarn-integrity

View File

@ -16,6 +16,7 @@ jobs:
- name: Build
shell: powershell
run: |
yarn cache clean
yarn
node scripts/build-native.js
yarn run build