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
Context
Hi,
I've been researching and it seems there's a conflict with Husky v9 and Yarn v3. Husky recommends using 'prepare' instead of 'postinstall' in the scripts, but Yarn v3 doesn't have 'prepare' in its lifecycle. What could be done?
Thank you!
The text was updated successfully, but these errors were encountered:
Troubleshoot
https://typicode.github.io/husky/troubleshoot.html
If you're migrating from husky 4, see:
https://typicode.github.io/husky/migrate-from-v4.html
Context
Hi,
I've been researching and it seems there's a conflict with Husky v9 and Yarn v3. Husky recommends using 'prepare' instead of 'postinstall' in the scripts, but Yarn v3 doesn't have 'prepare' in its lifecycle. What could be done?
Thank you!
The text was updated successfully, but these errors were encountered: