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

feat(deploy): apply publishConfig to all packages during deploy #7647

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

zkochan
Copy link
Member

@zkochan zkochan commented Feb 13, 2024

When deploying packages, the package.json of the deployed package (as well as any other locally defined dependencies) should be treated as if it published, and mutate the package.json according to publishConfig and local workspace: dependencies.

close #6693


First attempt: #6943

issues to solve before merging:

Related PR:

JacobLey and others added 3 commits October 28, 2023 18:15
Add (currently failing) test for injected installs.

Represents regression issue discussed here: #7040
When deploying packages, the package.json of the deployed package
(as well as any other locally defined dependencies)
should be treated as if it published, and mutate the package.json
according to `publishConfig` and local `workspace:` dependencies.

close #6693

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
@zkochan zkochan added this to the v9.0 milestone Feb 13, 2024
@zkochan zkochan changed the title feat(deploy): apply publishConfig to all packages during deploy (#6943) feat(deploy): apply publishConfig to all packages during deploy Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply publishConfig for workspace packages on deployment
2 participants