-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Can not use husky hooks #1222
Comments
Yeah, yorkie does the same thing with husky. Use "gitHooks" instead of "husky", and use dash delimited hook names. |
I did use yorkie at the end (note that the next version of husky does kinda the same as yorkie - moving from It would be cool to have a line in the documentation :) |
Yeah, the docs is still WIP, we will have lots of things to add when we reach RC. |
can there be an update to move Vue-CLI to support Husky? i noticed Yorkie has not been updated since late 2018 |
@yyx990803 |
Agreed. Also missing subdirectory project support. |
Version
3.0.0-beta.6
Steps to reproduce
vue create project
cd project
yarn add husky
Test hooks
It could be nice to document that @vue/cli-service is using
yorkie
for some lint, and a guide to add custom hooksThe text was updated successfully, but these errors were encountered: