Skip to content

feat(lib/main): separate _npmInstall method into _getNpmInstallCommand and _packageInstall#580

Merged
DeviaVir merged 1 commit intomotdotla:masterfrom
abetomo:feature/separate_npmInstall_method_into_getNpmInstallCommand_and_packageInstall
Oct 27, 2021
Merged

feat(lib/main): separate _npmInstall method into _getNpmInstallCommand and _packageInstall#580
DeviaVir merged 1 commit intomotdotla:masterfrom
abetomo:feature/separate_npmInstall_method_into_getNpmInstallCommand_and_packageInstall

Conversation

@abetomo
Copy link
Contributor

@abetomo abetomo commented Oct 27, 2021

Separate _npmInstall method into two parts.

  • Get the command string (_getNpmInstallCommand)
  • Execute the command (_packageInstall)

(Prepare for "Support for yarn #579".
I will be adding _getYarnInstallCommand method.)

…mand` and `_packageInstall`

Separate `_npmInstall` method into two parts.
* Get the command string (`_getNpmInstallCommand`)
* Execute the command (`_packageInstall`)

(Prepare for "Support for yarn motdotla#579".)
@abetomo abetomo changed the title feat(lib/main): separate _npmInstall method into _getNpmInstallCommand and _packageInstall feat(lib/main): separate _npmInstall method into _getNpmInstallCommand and _packageInstall Oct 27, 2021
Copy link
Collaborator

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

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

That was quick, nice work.

@DeviaVir DeviaVir merged commit 02df10f into motdotla:master Oct 27, 2021
@abetomo abetomo deleted the feature/separate_npmInstall_method_into_getNpmInstallCommand_and_packageInstall branch October 27, 2021 11:45
@abetomo
Copy link
Contributor Author

abetomo commented Oct 28, 2021

Thanks for the review!

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