We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da4375 commit 55a4252Copy full SHA for 55a4252
.github/workflows/main.yml
@@ -70,16 +70,6 @@ jobs:
70
- name: Biome Format Check
71
run: pnpm biome:format:check
72
73
- - name: Cache TypeScript and Vitest
74
- uses: actions/cache@v4
75
- with:
76
- path: |
77
- packages/*/lib
78
- packages/*/tsconfig.tsbuildinfo
79
- node_modules/.vitest
80
- key: vitest-${{ matrix.platform }}-${{ matrix.node }}-${{ github.run_id }}
81
- restore-keys: vitest-${{ matrix.platform }}-${{ matrix.node }}-
82
-
83
- name: Build Library
84
run: pnpm build:lib
85
0 commit comments