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

Use registry configured in options #56

Closed
wants to merge 1 commit into from

Conversation

honzabilek4
Copy link

No description provided.

@honzabilek4
Copy link
Author

Closes #55

@@ -95,6 +95,10 @@ export const npm = {
command.push("--dry-run");
}

if(options.registry){
Copy link
Member

Choose a reason for hiding this comment

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

Please match code style! In the mean time, I'll work on getting prettier integrated

Suggested change
if(options.registry){
if (options.registry) {

@mcous
Copy link
Member

mcous commented Apr 7, 2023

My mistake, upon further investigation, I think this is working correctly based on previous discussion in #55, so I'm going to close this PR. Let me know if you disagree and I'll dig in a little further

@mcous mcous closed this Apr 7, 2023
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