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

Add configuration setting for non-production npm dependencies #231

Merged
merged 2 commits into from
Dec 27, 2019

Conversation

jonabc
Copy link
Contributor

@jonabc jonabc commented Dec 24, 2019

closes #8

This adds an option for the npm source to include non-production dependencies. By default non-prod dependencies are excluded to maintain backwards compatibility, with non-prod dependencies included when the production_only configuration is set to false.

new setting

npm:
  production_only: false

@jonabc jonabc mentioned this pull request Dec 24, 2019
@jonabc jonabc merged commit 8ad8e08 into master Dec 27, 2019
@jonabc jonabc deleted the npm-non-production branch December 27, 2019 18:57
@jonabc jonabc mentioned this pull request Jan 3, 2020
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.

Optionally include non-production dependencies
1 participant