If I use yarn workspaces foreach --parallel --interlaced --recursive --from '{backend,web-client}' --exclude '{backend,web-client}' run build all the packages needed by backend and web-client workspaces are built, and backend and web-client aren't. All good!
But if I add the --since flag, also the backend and web-client workspaces are built. This is unexpected.
Self-service
Describe the bug
If I use
yarn workspaces foreach --parallel --interlaced --recursive --from '{backend,web-client}' --exclude '{backend,web-client}' run build
all the packages needed by backend and web-client workspaces are built, and backend and web-client aren't. All good!But if I add the
--since
flag, also the backend and web-client workspaces are built. This is unexpected.To reproduce
yarn workspaces foreach --parallel --interlaced --recursive --from '{backend,web-client}' --exclude '{backend,web-client} --since run build
Environment
Additional context
No response