Skip to content

Commit

Permalink
Update husky to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 18, 2024
1 parent cb02792 commit 3c208e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
5 changes: 1 addition & 4 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
lint-staged
13 changes: 7 additions & 6 deletions 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 @@ -18,7 +18,7 @@
"index.js"
],
"scripts": {
"prepare:husky": "husky install",
"prepare:husky": "husky",
"prepare:esbuild": "esbuild index.ts --bundle --packages=external --outfile=index.js --platform=node --format=esm --tree-shaking=true",
"prepare": "run-p prepare:*"
},
Expand Down Expand Up @@ -51,7 +51,7 @@
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"execa": "^9.3.0",
"husky": "^8.0.3",
"husky": "^9.1.0",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0"
Expand Down

0 comments on commit 3c208e0

Please sign in to comment.