diff --git a/.husky/pre-commit b/.husky/pre-commit index 496ac5e..6e3574b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -4,4 +4,4 @@ # 如果要执行 rebase 需要跳过当前所有hooks # todo-highlight HUSKY=0 git rebase ... echo "Running pre-commit script..." -npm run lint && npm run format && git add . \ No newline at end of file +npm run lint && npm run format \ No newline at end of file