clear package cache in build

This commit is contained in:
vabene1111 2021-12-15 17:59:22 +01:00
parent 5941022b5e
commit 0623a8ebc7

View File

@ -24,6 +24,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Clear Cache
working-directory: ./vue
run: yarn cache clean --all
- name: Install dependencies
working-directory: ./vue
run: yarn install