You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments