Skip to content

Commit f3c4420

Browse files
committed
fix pre-commit
1 parent eb6335d commit f3c4420

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
@@ -85,8 +85,7 @@
8585
},
8686
"lint-staged": {
8787
"**/*.{js,jsx,tsx,ts,md,json}": [
88-
"prettier --write",
89-
"git add"
88+
"prettier --write"
9089
]
9190
},
9291
"cnpm": {

0 commit comments

Comments
 (0)