Commit e96d356
fix(ci): use tsdown --workspace with dir path, not --filter
pnpm on next passes `--workspace ./tools/egg-bin` through to tsdown
(pnpm doesn't recognize `--workspace` as its own flag). tsdown's
`--workspace [dir]` expects a directory path, not a package name.
Previous attempts:
--workspace @eggjs/bin → "No workspace packages found" (pkg name)
--filter @eggjs/bin → works but slower than expected
Correct form matching next: `-- --workspace ./tools/egg-bin`
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 61653e4 commit e96d356
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments