-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multiple packages: branches or folders? #2
Comments
Sure, go ahead and send PR. |
I was not able to figure out how to use folders as packages. I figure a git repository can have many published packages. But it seems that For example: Setting a remote source to
Perhaps I should post this elsewhere but should |
Opening an RFC could be a good first step. |
Motivation: I'm thinking of adding a couple of test packages.
Discussion: If this repository is used to host multiple git protocol packages, should these be in different branches or folders?
Assuming it is decided to use different branches: it is difficult (perhaps impossible) to submit a new pull request from a forked repo into a non-existent branch in
yarnpkg/e2e-test-repo
. However, perhaps these issues could be used to request for a new branch (or some other means).Assuming it is decided to use folders: current tests in
yarnpkg/yarn
will require a concurrent refactor to point to the appropriate folder.The text was updated successfully, but these errors were encountered: