Skip to content

Commit

Permalink
fix: upgrade husky
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Nov 13, 2024
1 parent b7bce18 commit 8b82e66
Show file tree
Hide file tree
Showing 3 changed files with 1,772 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .config/husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"scripts": {
"prepare": "husky install .config/husky"
"prepare": "husky ./.config/husky"
},
"commitlint": {
"extends": [
Expand All @@ -44,7 +44,10 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "9.1.6",
"semantic-release": "24.2.0",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit 8b82e66

Please sign in to comment.