Commit fd19e06
authored
refactor: remove vp CLI cache feature (#16)
## Summary
- Remove the vp CLI caching feature (`src/cache-vp.ts`) which was
disabled due to Windows `Cannot find module 'which'` issue (#10)
- Remove `force-install` test matrix dimension and
`SETUP_VP_FORCE_INSTALL` env var from all CI jobs, halving the number of
CI matrix combinations
- Dependency caching (`cache: true`) is unaffected
## Test plan
- [x] `vp run typecheck` passes
- [x] `vp run test` passes (73 tests)
- [x] `vp run check` passes
- [x] `vp run build` succeeds
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 6401f38 commit fd19e06
File tree
8 files changed
+41
-394
lines changed- .github/workflows
- dist
- src
8 files changed
+41
-394
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | | - | |
41 | 37 | | |
42 | | - | |
43 | | - | |
44 | 38 | | |
45 | 39 | | |
46 | 40 | | |
| |||
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
70 | | - | |
71 | 64 | | |
72 | | - | |
73 | | - | |
74 | 65 | | |
75 | 66 | | |
76 | 67 | | |
| |||
101 | 92 | | |
102 | 93 | | |
103 | 94 | | |
104 | | - | |
105 | 95 | | |
106 | | - | |
107 | | - | |
108 | 96 | | |
109 | 97 | | |
110 | 98 | | |
| |||
135 | 123 | | |
136 | 124 | | |
137 | 125 | | |
138 | | - | |
139 | 126 | | |
140 | | - | |
141 | | - | |
142 | 127 | | |
143 | 128 | | |
144 | 129 | | |
| |||
170 | 155 | | |
171 | 156 | | |
172 | 157 | | |
173 | | - | |
174 | 158 | | |
175 | | - | |
176 | | - | |
177 | 159 | | |
178 | 160 | | |
179 | 161 | | |
| |||
193 | 175 | | |
194 | 176 | | |
195 | 177 | | |
196 | | - | |
197 | 178 | | |
198 | | - | |
199 | | - | |
200 | 179 | | |
201 | 180 | | |
202 | 181 | | |
| |||
228 | 207 | | |
229 | 208 | | |
230 | 209 | | |
231 | | - | |
232 | 210 | | |
233 | | - | |
234 | | - | |
235 | 211 | | |
236 | 212 | | |
237 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 140 | | |
151 | 141 | | |
152 | 142 | | |
| |||
Large diffs are not rendered by default.
This file was deleted.
0 commit comments