8000 Remove `git add` from commit hook · pillarjs/path-to-regexp@e1c39ed · GitHub
[go: up one dir, main page]

Skip to content

Commit e1c39ed

Browse files
committed
Remove git add from commit hook
1 parent c8f78d8 commit e1c39ed

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
@@ -60,10 +60,7 @@
6060
}
6161
},
6262
"lint-staged": {
63-
"*.{js,jsx,ts,tsx,json,md,yml,yaml}": [
64-
"npm run prettier",
65-
"git add"
66-
]
63+
"*.{js,jsx,ts,tsx,json,md,yml,yaml}": "npm run prettier"
6764
},
6865
"publishConfig": {
6966
"access": "public"

0 commit comments

Comments
 (0)
0