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
Thanks for this awesome project. We're enjoying it a lot and apply using it across different mono-repos.
By using it we mostly manage to remove lerna which prior served to publish packages also. As we also often use changesetslerna's value for us is not too big anymore for our specific case. It's still a great project regardless!
While migrating away from it we noticed a couple of things we would love to hear you feedback on:
manypkg run: runs only on one project
Allowing it to run on a workspace or glob would help a lot
Generally, some packages are built with preconstruct and some not. Those which are not we would like to target with a glob to have a custom build script
What do you think about this? We're also happy to open a PR if there is general interest on this matter.
The text was updated successfully, but these errors were encountered:
+1 I am also missing some kind of command like this, can obviously build some custom scripts to handle it, but would be great if manypkg had it built it
Thanks for this awesome project. We're enjoying it a lot and apply using it across different mono-repos.
By using it we mostly manage to remove
lerna
which prior served to publish packages also. As we also often usechangesets
lerna
's value for us is not too big anymore for our specific case. It's still a great project regardless!While migrating away from it we noticed a couple of things we would love to hear you feedback on:
manypkg run
: runs only on one projectpreconstruct
and some not. Those which are not we would like to target with a glob to have a custom build scriptWhat do you think about this? We're also happy to open a PR if there is general interest on this matter.
The text was updated successfully, but these errors were encountered: