Commit ef6788b
committed
fix(ci): use pnpm filter instead of -- to pass --shard arg
The `pnpm script -- --shard=1/3` syntax passes `--` through to the
script, causing parseArgs to treat `--shard` as a positional (filter)
instead of an option. Use `pnpm -F ./packages/cli` to run scripts
directly, which passes args without the `--` separator.1 parent e54c73a commit ef6788b
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
658 | | - | |
659 | | - | |
| 657 | + | |
| 658 | + | |
660 | 659 | | |
661 | 660 | | |
662 | 661 | | |
| |||
0 commit comments