Skip to content

Commit

Permalink
Update husky for most recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Jun 29, 2024
1 parent 39c8f80 commit d9bb30e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint:src": "eslint .",
"lint:types": "tsc --noEmit",
"lint-fix": "eslint --fix src",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "npm run build",
"postpublish": "git push --tags",
"start": "nodemon --watch src --exec npm run build -e ts,tsx"
Expand Down

0 comments on commit d9bb30e

Please sign in to comment.