You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
husky install is deprecated, the documentation also said to use
postinstall instead of prepare because yarn does not support it. Updated
the README.md to mirror the script change as well.
closes#89
Is this worth fixing?
So
husky init
isn't an option.According to the How To Section # Manual Setup

Current
package.json
:Should be changed to:
or simply:
since it seems to work fine. If not, I guess the README.md would need to be updated as well:
We already have this with
yarn pre-commit
insteadThoughts...
The text was updated successfully, but these errors were encountered: