Skip to content

Commit 23b0d07

Browse files
committed
Remove add command
1 parent 9bcdc08 commit 23b0d07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
"lint": "prettier --write '**/*.{js,css}'"
3030
},
3131
"lint-staged": {
32-
"*.js": [
33-
"prettier --write",
34-
"git add"
35-
]
32+
"*.js": ["prettier --write"]
3633
},
3734
"prettier": {
3835
"printWidth": 80,

0 commit comments

Comments
 (0)