Skip to content
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

Build: Fix git hooks #516

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Build: Fix git hooks #516

merged 1 commit into from
Jul 9, 2024

Conversation

mgol
Copy link
Member

@mgol mgol commented Jul 8, 2024

Git hooks are broken since gh-512; this change fixes them by migrating to Husky as jQuery Core did.

Without this fix, even git commit --no-verify doesn't work; only manually deleting the .git/hooks directory and re-running git commit does.

Ref gh-512

Git hooks are broken since jquerygh-512; this change fixes them by migrating to Husky
as jQuery Core did.

Without this fix, even `git commit --no-verify` doesn't work; only manually
deleting the `.git/hooks` directory and re-running `git commit` does.

Ref jquerygh-512
@mgol mgol added this to the 3.5.0 milestone Jul 8, 2024
@mgol mgol requested a review from timmywil July 8, 2024 21:02
@mgol mgol self-assigned this Jul 8, 2024
@mgol mgol modified the milestones: 3.5.0, 3.4.2 Jul 8, 2024
@mgol mgol removed the Needs review label Jul 9, 2024
@mgol mgol merged commit 8298850 into jquery:main Jul 9, 2024
10 checks passed
@mgol mgol deleted the fix-git-hooks branch July 9, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants