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

Allow optional passing of command args to npm install and prune #84

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

samatcd
Copy link

@samatcd samatcd commented Jul 31, 2019

  • Install command allows passing args with present value being the default
  • Clean command allows passing custom args with present value being the default

Resolves #83

+ Install command allows passing args with present value being the default
+ Clean command allows passing custom args with present value being the default
@tusbar
Copy link
Owner

tusbar commented Aug 2, 2019

Thanks, could you add a test for each of those new options and a reference in the doc?

samatcd and others added 2 commits August 14, 2019 00:52
Added readme docs for npmInstallArgs and npmCleanArgs options
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.

npm or yarn install from lock file
2 participants