Skip to content

Commit 6edcd11

Browse files
mcollinaclaude
andcommitted
chore: remove husky
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]>
1 parent f65c780 commit 6edcd11

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"desm": "^1.3.0",
1818
"eslint": "^9.39.1",
1919
"fastbench": "^1.0.1",
20-
"husky": "^9.0.6",
2120
"neostandard": "^0.12.2",
2221
"pino-elasticsearch": "^8.0.0",
2322
"sonic-boom": "^4.0.1",
@@ -30,8 +29,7 @@
3029
"test": "npm run lint && npm run build && npm run transpile && borp --pattern 'test/*.test.{js,mjs}'",
3130
"test:ci": "npm run lint && npm run transpile && borp --pattern 'test/*.test.{js,mjs}'",
3231
"test:yarn": "npm run transpile && borp --pattern 'test/*.test.js'",
33-
"transpile": "sh ./test/ts/transpile.sh",
34-
"prepare": "husky install"
32+
"transpile": "sh ./test/ts/transpile.sh"
3533
},
3634
"repository": {
3735
"type": "git",

0 commit comments

Comments
 (0)