Skip to content

Commit 630e602

Browse files
authored
chore: fix husky (#827)
1 parent 113ee84 commit 630e602

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/commit-msg

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
yarn commitlint --edit $1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dep-graph": "nx dep-graph",
7070
"help": "nx help",
7171
"semantic-release": "semantic-release",
72-
"prepare": "husky install"
72+
"prepare": "husky"
7373
},
7474
"collective": {
7575
"type": "opencollective",

0 commit comments

Comments
 (0)