Skip to content

Conversation

@mcollina
Copy link
Member

@mcollina mcollina commented Dec 3, 2025

Summary

  • Remove husky devDependency from package.json
  • Remove prepare script that runs husky install
  • Delete .husky directory with pre-commit hook

The git hooks setup is no longer needed for this project.

Test plan

  • Verify package.json no longer contains husky
  • Verify .husky directory is removed
  • Verify npm scripts no longer reference husky

🤖 Generated with Claude Code

Remove husky git hooks setup as it's no longer needed. This removes:
- husky devDependency
- prepare script that installs husky
- .husky directory with pre-commit hook

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@mcollina mcollina merged commit 541a162 into main Dec 3, 2025
22 checks passed
@Fdawgs Fdawgs deleted the remove-husky branch December 3, 2025 12:15
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