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 0fe1c54 commit 5d68113
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 @@ -8,7 +8,7 @@
],
"types": "index.d.ts",
"scripts": {
"prepare:husky": "husky install",
"prepare:husky": "husky",
"prepare:esbuild": "esbuild src/index.ts --bundle --packages=external --platform=neutral --outfile=index.js",
"prepare:tsc": "tsc",
"prepare": "run-p prepare:*",
Expand Down Expand Up @@ -49,7 +49,7 @@
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"glob": "^10.3.4",
"husky": "^8.0.3",
"husky": "^9.1.0",
"jest": "^29.6.4",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 5d68113

Please sign in to comment.