Commit 1308a46
fix(ci): restore global linter dependencies for vibecode-linter
Vibecode-linter uses npx internally to run biome and tsc, but in pnpm
workspaces npx doesn't find local packages correctly. Restore the
workaround from main branch to install these globally in CI.
Changes:
- Add npm install -g typescript @biomejs/biome before lint step
- Add npm install -g typescript @biomejs/biome before test step
This ensures vibecode-linter can find its required dependencies.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 2917a26 commit 1308a46
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
54 | 63 | | |
0 commit comments