Skip to content

Commit 77ae945

Browse files
committed
chore(husky): fix git add warning
1 parent 5d6e244 commit 77ae945

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
},
9191
"lint-staged": {
9292
"*.{ts,tsx}$": [
93-
"yarn lint.fix",
94-
"git add"
93+
"yarn lint.fix"
9594
]
9695
},
9796
"husky": {

0 commit comments

Comments
 (0)