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
Local commits fail unless doctoc is installed in global scope.
.husky/pre-commit: line 7: doctoc: command not found husky - pre-commit hook exited with code 127 (error)
This is happening due to pre-commit hook:
yarn pretty-quick --staged --pattern '!test/tests/lint/**' yarn lint yarn deduplicate:check doctoc README.md <----- this line is breaking commit
I should be able to commit changes without installing doctoc globally.
doctoc
yarn doctoc
The text was updated successfully, but these errors were encountered:
fix: doctoc pre-commit hook (#112) (#113)
7519492
Successfully merging a pull request may close this issue.
Current Behavior
Local commits fail unless doctoc is installed in global scope.
This is happening due to pre-commit hook:
Expected behavior
I should be able to commit changes without installing doctoc globally.
Suggested solution(s)
doctoc
script in package.jsonyarn doctoc
in husky pre-commit hookThe text was updated successfully, but these errors were encountered: