Skip to content

Commit d9bb30e

Browse files
committed
Update husky for most recent version
1 parent 39c8f80 commit d9bb30e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lint:src": "eslint .",
3434
"lint:types": "tsc --noEmit",
3535
"lint-fix": "eslint --fix src",
36-
"prepare": "husky install",
36+
"prepare": "husky",
3737
"prepublishOnly": "npm run build",
3838
"postpublish": "git push --tags",
3939
"start": "nodemon --watch src --exec npm run build -e ts,tsx"

0 commit comments

Comments
 (0)