Commit 55ec0b9
committed
Declare tsx as a root devDependency so the map/filter differential runs in CI
The map-filter-native differential spawns `pnpm exec tsx` for its on/off child
process. tsx was only a devDependency of the examples workspace, so it resolved
locally through hoisting but was absent from a clean --frozen-lockfile install,
failing pnpm test in CI. Test-infra only; the published packages are unaffected.1 parent c5ec215 commit 55ec0b9
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments