Skip to content

Commit 55ec0b9

Browse files
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

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"mitata": "^1.0.34",
3333
"prettier": "^3.8.4",
3434
"tsup": "^8.3.5",
35+
"tsx": "^4.22.4",
3536
"typescript": "^5.6.3",
3637
"typescript-eslint": "^8.62.0",
3738
"vitest": "^2.1.8"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)