This commit is contained in:
Mati Dastugue 2020-08-05 15:27:19 -03:00
parent d7f412a928
commit 8ba497a375
1 changed files with 1 additions and 3 deletions

View File

@ -47,13 +47,11 @@ jobs:
- run: | - run: |
mkdir .yarncache mkdir .yarncache
yarn install --frozen-lockfile --cache-folder ./.yarncache yarn install --frozen-lockfile --cache-folder ./.yarncache
rm -r .yarncache
yarn cache clean
- name: Remove and cache clean (Windows Only) - name: Remove and cache clean (Windows Only)
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')
shell: powershell shell: powershell
run: | run: |
rm -r -Force .yarncache rm -Recurse -Force .yarncache
yarn cache clean yarn cache clean
- name: Remove and cache clean - name: Remove and cache clean
if: "!startsWith(matrix.os, 'windows')" if: "!startsWith(matrix.os, 'windows')"