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
The idea is to create ad-hoc workspaces for the subset of the packages you are working on, and thus obviate the need to publish packages while working, and defer the "real" bilt process till the end (or to CI).
SOmething like a new command bilt-workspace which looks at which packages were changed and create a workspace for just those packages (and npm install-s them). Obviously, just like the bilt CLI does., the command should also accept the packages to develop on, and not just let Bilt infer them from the changed packages.
The text was updated successfully, but these errors were encountered:
The idea is to create ad-hoc workspaces for the subset of the packages you are working on, and thus obviate the need to publish packages while working, and defer the "real" bilt process till the end (or to CI).
SOmething like a new command
bilt-workspace
which looks at which packages were changed and create a workspace for just those packages (andnpm install
-s them). Obviously, just like thebilt
CLI does., the command should also accept the packages to develop on, and not just let Bilt infer them from the changed packages.The text was updated successfully, but these errors were encountered: