chore: 移除无用的 "git add" 命令
Some checks failed
/ release (push) Failing after 55s

This commit is contained in:
zhaoyingbo 2024-08-19 01:52:46 +00:00
parent 686a77d8d1
commit 07663cb9b3

View File

@ -24,8 +24,7 @@
"lint-staged": {
"packages/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write",
"git add"
"prettier --write"
]
},
"devDependencies": {
@ -48,4 +47,4 @@
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
}
}
}