Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: fix husky v7 hooks #599

Merged
merged 1 commit into from
Nov 30, 2021
Merged

chore: fix husky v7 hooks #599

merged 1 commit into from
Nov 30, 2021

Conversation

chimurai
Copy link
Contributor

fix broken husky hooks. (caused by #585 by upgrading v4 to v7)

@@ -86,6 +86,7 @@
"examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build",
"examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test",
"examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test",
"prepare": "husky install",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why husky doesn't autoinstall anymore:
https://blog.typicode.com/husky-git-hooks-autoinstall

Copy link
Member

@LinusU LinusU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ctavan ctavan changed the title chore(husky): fix husky v7 hooks chore: fix husky v7 hooks Nov 30, 2021
@ctavan ctavan merged commit cf49e8b into uuidjs:main Nov 30, 2021
@chimurai chimurai deleted the husky7-fix branch November 30, 2021 15:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants