clean yarn cache to fix github ci

This commit is contained in:
dennis.ludwig
2021-07-02 15:37:02 +02:00
parent 0f3183f189
commit 12537049cb

View File

@@ -14,6 +14,7 @@ jobs:
with: with:
node-version: '16' node-version: '16'
- run: yarn cache clean --force - run: yarn cache clean --force
- run: rm -rf node_modules/
- run: yarn --frozen-lockfile --network-timeout 100000 - run: yarn --frozen-lockfile --network-timeout 100000
- run: PUBLIC_URL=/techradar yarn build:static - run: PUBLIC_URL=/techradar yarn build:static
- uses: jakejarvis/s3-sync-action@master - uses: jakejarvis/s3-sync-action@master