Commit 7161b80
committed
fix(ci): use pnpm --filter to run scripts in monorepo context
Remove working-directory parameter and use explicit pnpm --filter commands
to ensure scripts are executed in the correct package. This fixes the
'Missing script: test:unit' error by properly targeting the CLI package
in the monorepo structure.1 parent b39cfff commit 7161b80
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
0 commit comments