1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00

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,7 +15,7 @@ jobs:
- name: Install deps - name: Install deps
run: | run: |
yarn cache clean sudo npm i -g yarn@1.19.1
cd app cd app
yarn yarn
cd .. cd ..

View File

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

View File

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