diff --git a/package.json b/package.json index 0f5ff8484..e332e49fd 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,7 @@ }, "lint-staged": { "*.{ts,js,css,scss,html}": [ - "prettier --single-quote --write", - "git add" + "prettier --single-quote --write" ] }, "pre-commit": "lint:staged"