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

husky-upgrade replace GIT_PARAMS with HUSKY_GIT_PARAMS #360

Merged
merged 1 commit into from Sep 27, 2018

Conversation

ybiquitous
Copy link
Contributor

Thanks for providing a nice tool husky-upgrade!

I'm using the tool commitlint, and my package.json is below:

{
  "scripts": {
    "commitmsg": "commitlint -E GIT_PARAMS"
  }
}

I'm so happy that husky-upgrade will update GIT_PARAMS to HUSKY_GIT_PARAMS, like this:

{
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}

@typicode
Copy link
Owner

Thanks :)

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.

None yet

2 participants