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

Move husky settings into package.json #53

Closed
3 tasks done
iamturns opened this issue Feb 6, 2019 · 2 comments
Closed
3 tasks done

Move husky settings into package.json #53

iamturns opened this issue Feb 6, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request released

Comments

@iamturns
Copy link
Owner

iamturns commented Feb 6, 2019

Enhancement

Move husky settings into package.json

The setting is so minor, is just an alias to npm run pre-commit, and will never be changed.

"husky": {
    "hooks": {
      "pre-commit": "npm run pre-commit"
    }
  }
@iamturns iamturns added the enhancement New feature or request label Feb 6, 2019
@iamturns iamturns self-assigned this Feb 6, 2019
@iamturns
Copy link
Owner Author

iamturns commented Feb 6, 2019

Actually there's little point into using the pre-commit alias, can just be configured right in there

@iamturns
Copy link
Owner Author

🎉 This issue has been resolved in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant