Skip to content

Commit

Permalink
Don't clean packages before typecheck, to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed May 29, 2021
1 parent 870109d commit 8eb3f5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Install dependencies
run: yarn install --prefer-offline

- name: Clear local caches
run: yarn clean

- name: Run CI checks
run: yarn all:readonly

Expand Down

0 comments on commit 8eb3f5b

Please sign in to comment.