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 an ENV variable to allow opting out. #25

Merged
merged 1 commit into from
Mar 22, 2015

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Mar 22, 2015

When testing a new version of a dependency, I often resort to removing the dependency checker from the package.json temporarily.

This PR allows opting out via an explicit environment variable to make testing updated dependencies easier.

SKIP_DEPENDENCY_CHECKER=true ember s

When testing a new version of a dependency, I often resort to removing
the dependency checker from the `package.json` temporarily.

This PR allows opting out via an explicit environment variable to make
testing updated dependencies easier.

```
SKIP_DEPENDENCY_CHECKER=true ember s
```
@quaertym
Copy link
Owner

👍

quaertym added a commit that referenced this pull request Mar 22, 2015
Add an ENV variable to allow opting out.
@quaertym quaertym merged commit f7ee071 into quaertym:master Mar 22, 2015
@rwjblue rwjblue deleted the add-env-var-opt-out branch March 23, 2015 13:06
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