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
Let's say you have packageA and packageB in your monorepo. If the consumers (i.e. dependents) of each package are the exact same, then it might be better to move all files from one package into the other.
git mv packageB/** packageA/
Another way to think about it is: if every time packageA is used, packageB is also used, then maybe it doesn't make sense to have them as separate packages. The tooling would at least make it easier to find the cases where it's a good idea.
This would help determine if two packages can be merged
The text was updated successfully, but these errors were encountered: