Commit 9a5a222
committed
fix(ci): resolve dependency caching issue causing test failures
The CI was using cached pnpm dependencies that didn't match the
updated pnpm-lock.yaml from commit f4d9a49. This caused test
failures on both Ubuntu and Windows runners.
Changes:
- Clear dist directory before building to ensure clean build
- Run 'pnpm install --frozen-lockfile' to match exact lockfile state
- Keep existing Vite cache clearing
This ensures CI always starts with the exact dependency versions
specified in pnpm-lock.yaml, preventing cache-related test failures.
Tests verified locally with the new setup command sequence.1 parent 94350fd commit 9a5a222
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments