Skip to content

Commit

Permalink
Husky bump to version ^9.0.11 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse authored Mar 27, 2024
1 parent 4abd8d5 commit 85a171f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint .",
"test": "c8 node --test src/",
"test:watch": "c8 node --test --watch src/",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fastify": "^4.25.2",
"husky": "^9.0.7",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"mercurius": "^14.0.0",
"pg": "^8.11.3",
Expand Down

0 comments on commit 85a171f

Please sign in to comment.