Skip to content
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

Adding the "build in branch" functionality directly into bilt #50

Open
giltayar opened this issue Feb 27, 2021 · 1 comment
Open

Adding the "build in branch" functionality directly into bilt #50

giltayar opened this issue Feb 27, 2021 · 1 comment

Comments

@giltayar
Copy link
Owner

giltayar commented Feb 27, 2021

The "dev" directory has scripts that can install a local registry that aids in local development and in branches. We can incorporate this into Bilt (probably using a separate CLI?)

Something like this:

bilt-local start @bilt

...to start the local npm registry and have the @bilt scope publish to it. And this:

bilt-local list

...to list of all scopes running under a local npm registry. And finally, this:

bilt-local stop @bilt

...to remove the local registry and have the @bilt scope point to the previous registry.

@giltayar giltayar assigned giltayar and unassigned giltayar Feb 27, 2021
@giltayar
Copy link
Owner Author

After my experience working with branches and bilt, it is now my conviction that the way Bilt figures out whether a package was built or not is wrong, and that currently the only way to use Bilt is to do trunk-based development without PRs.

So closing the issue till I figure out how to incorporate PR-based workflows into bilt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant