Skip to content

Commit e6739da

Browse files
committed
chore(lint-staged): remove git add
1 parent b93bdba commit e6739da

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
@@ -95,8 +95,7 @@
9595
"npm run lint:fix"
9696
],
9797
"*.{md,json}": [
98-
"prettier --write",
99-
"git add"
98+
"prettier --write"
10099
]
101100
}
102101
}

0 commit comments

Comments
 (0)