Fix V2
This commit is contained in:
parent
d7f412a928
commit
8ba497a375
|
@ -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')"
|
||||||
|
|
Loading…
Reference in New Issue