diff --git a/back/package.json b/back/package.json index 48c496a0..1fa43998 100644 --- a/back/package.json +++ b/back/package.json @@ -76,8 +76,7 @@ }, "lint-staged": { "*.ts": [ - "prettier --write", - "git add" + "prettier --write" ] } } diff --git a/front/package.json b/front/package.json index 541617cb..def0958e 100644 --- a/front/package.json +++ b/front/package.json @@ -71,8 +71,7 @@ }, "lint-staged": { "*.ts": [ - "prettier --write", - "git add" + "prettier --write" ] } } diff --git a/pusher/package.json b/pusher/package.json index 6d13e911..3140f635 100644 --- a/pusher/package.json +++ b/pusher/package.json @@ -75,8 +75,7 @@ }, "lint-staged": { "*.ts": [ - "prettier --write", - "git add" + "prettier --write" ] } }