Skip to content

Commit 72d7e63

Browse files
chore: remove deprecated husky bits
1 parent 3476708 commit 72d7e63

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
31
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
4242
"lint:packages": "pnpm dedupe --check",
4343
"lint:spelling": "cspell \"**\" \".github/**/*\"",
44-
"prepare": "husky install",
44+
"prepare": "husky",
4545
"should-semantic-release": "should-semantic-release --verbose",
4646
"test": "vitest",
4747
"tsc": "tsc"

0 commit comments

Comments
 (0)