We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your working. I'm love it.
But when I use yarn to install simple-git-hooks, the postinstall script is not being executed. It's yarn's bug that not be fixed. see 5476.
Would you please offer install script replace postinstall? Like pre-commit.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the issue
You can run npx simple-git-hooks and the hooks will be installed manually
npx simple-git-hooks
--
In future versions we can add install: ./postinstall.js in package.json, will it fix your issue?
install: ./postinstall.js
package.json
Sorry, something went wrong.
Yeah,npx simple-git-hooks address the issue.
Awaiting the new version~
No branches or pull requests
Thanks for your working. I'm love it.
But when I use yarn to install simple-git-hooks, the postinstall script is not being executed. It's yarn's bug that not be fixed. see 5476.
Would you please offer install script replace postinstall? Like pre-commit.
The text was updated successfully, but these errors were encountered: