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

remove publishConfig from addon package.json #300

Merged

Conversation

jamescdavis
Copy link
Contributor

This makes an assumption that the addon will be published to public NPM, which is not always the case (and sometimes, rarely the case, such as a company that uses an internal registry for private packages). IMHO it would be better to not make this assumption.

For context: I created a new private v2 addon for work and it took me a bit to realize why it kept attempting to publish to public NPM when we have release automation that publishes to our internal repo.

Copy link
Collaborator

@simonihmig simonihmig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the v1 blueprint also doesn't have this, I think this is fine! Thank you!

@NullVoxPopuli NullVoxPopuli added the enhancement New feature or request label Oct 16, 2024
@NullVoxPopuli NullVoxPopuli merged commit 6598c3c into embroider-build:main Oct 16, 2024
14 of 16 checks passed
@github-actions github-actions bot mentioned this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants