Skip to content

Use npm/yarn workspaces to enable working locally on a subset of the packages #63

@giltayar

Description

@giltayar

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions