Fix windows remove command

This commit is contained in:
Mati Dastugue 2020-08-05 15:04:28 -03:00
parent 16f54728dc
commit 704ea9b8d4
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ jobs:
- run: |
mkdir .yarncache
yarn install --frozen-lockfile --cache-folder ./.yarncache
rm -rf .yarncache
rm -r .yarncache
yarn cache clean