Skip to content

Commit

Permalink
Clear TS cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Feb 17, 2025
1 parent 96016f1 commit a24d16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/type-check-with-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
path: |
**/build/typescript/
**/*.tsbuildinfo
key: typescript-cache-v2-${{ github.sha }}
restore-keys: typescript-cache-v2-
key: typescript-cache-v3-${{ github.sha }}
restore-keys: typescript-cache-v3-
- run: pnpm run type-check
shell: bash

0 comments on commit a24d16d

Please sign in to comment.