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 9504a8e commit c27f481
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 @@ -9,7 +9,7 @@
"afm": "index.js"
},
"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 @@ -54,7 +54,7 @@
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"glob": "^10.3.4",
"husky": "^8.0.3",
"husky": "^9.1.0",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"prettier": "3.0.3",
Expand Down

0 comments on commit c27f481

Please sign in to comment.