-
Notifications
You must be signed in to change notification settings - Fork 10
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 consolidation and v5 #53
Comments
Merged
@ccorda I got this error when
|
Looks like they're up to 6 now, and hopefully it fixes some of the issues that 5 had. Still leaving us on 4 for now: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traditionally in
bubs
, we had husky perform two checks:yarn.lock
changed, and if so let dev know they need to runyarn install
Now that we have both wp and wordpress with their own package.json files, we're in a little bit of trouble.
We also want to add in linting as a pre-commit hook on our
website
folder.Husky has also updated to version 5 which works a little differently:
https://typicode.github.io/husky/#/?id=usage
My recommendation would be to:
wordpress
website
The text was updated successfully, but these errors were encountered: