Clear cache

This commit is contained in:
Christian Klemm
2019-11-12 22:15:49 +01:00
committed by GitHub
parent 35ea7083bb
commit 31ab0e4b7d

View File

@@ -29,7 +29,7 @@ jobs:
${{ runner.OS }}- ${{ runner.OS }}-
- name: Install Packages - name: Install Packages
run: yarn install --frozen-lockfile run: rm -rf node_modules && yarn install --frozen-lockfile --force
- name: Run Build - name: Run Build
run: yarn build run: yarn build