Skip to content

Commit

Permalink
chore(husky): upgrade settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 16, 2024
1 parent 5bcab48 commit 6130f2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

printf "> Validating commit message... "
npx --no -- commitlint --edit "$1"
printf "OK\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"ncu": "npx npm-check-updates -i --format=group --packageFile '{,projects/**/}package.json'",
"prepare": "husky install"
"prepare": "husky"
},
"workspaces": [
"projects/lib",
Expand Down

0 comments on commit 6130f2d

Please sign in to comment.