Commit 27b664d
committed
fix(ci): use consistent pnpm --filter pattern in test setup
Update test-setup-script to use 'pnpm --filter' pattern instead of 'cd'
for consistency with other script commands. This ensures all commands run
from the repository root using the filter flag, which is the proper way
to target packages in a pnpm monorepo.1 parent a810751 commit 27b664d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments