Skip to content

Commit c559d98

Browse files
committed
chore: fix husky [skip ci]
1 parent 09e9040 commit c559d98

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

-3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "eslint .",
1818
"semantic-release": "semantic-release",
1919
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
20-
"prepare": "husky install"
20+
"prepare": "husky"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)