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
A problem in my CI went unnoticed for a while because this command did not return an error:
pnpm run --filter @some/package deploy:prd
No projects matched the filters in "/home/runner/work/some/some""
If pnpm run --filter is unable to execute anything, wouldn't it be more valuable if it didn't exit with code 0, similar to how pnpm run works without --filter?
I struggle to see the benefits of the current implementation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A problem in my CI went unnoticed for a while because this command did not return an error:
pnpm run --filter @some/package deploy:prd
If
pnpm run --filter
is unable to execute anything, wouldn't it be more valuable if it didn't exit with code 0, similar to howpnpm run
works without--filter
?I struggle to see the benefits of the current implementation.
Beta Was this translation helpful? Give feedback.
All reactions