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

fix: respect scoped NPM_REGISTRY env var when running npm show #769

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

mdonnalley
Copy link
Contributor

Currently plugins that have never been publish to the npm registry (but have been published to a local or private registry) won't pass validation since npm show always runs against the npm public registry. This PR adds the --registry flag if the scoped NPM_REGISTRY env var exists.

Copy link

git2gus bot commented Jan 18, 2024

This issue has been linked to a new work item: W-14846252

@cristiand391 cristiand391 merged commit 1dff527 into main Jan 19, 2024
14 checks passed
@cristiand391 cristiand391 deleted the mdonnalley/npm-show-registry branch January 19, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants