-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bit build should build dependency tree #2652
Comments
@marcusfroling Thanks. |
Thanks for the reply @GiladShoham , good to know you are working on improving the build chain. |
There is no exact date. (I believe it will take few weeks, but can't guarantee) If you want a sneak peek about the new way you can read more here - |
We'll start rolling out v15 of Bit this week, please reach out to me privately on the public slack community for a sneak peek and getting early access to it. |
Description
Bit build should also build dependency tree. When working on multiple components, it is now necessary to build all components manually. E.g, say you have 3 components A,B and C. When modifying component A which has dependencies A->B->C, it is necessary to also manually build component B in order to have these changes in component C.
Describe the solution you'd like
When working on multiple components, running bit build should also build all components that are depending. This could be done by default or by having a flag, e.g --build-dependencies
The text was updated successfully, but these errors were encountered: