diff --git a/package.json b/package.json index 975d0892d81..95faeac5a4d 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ ], "*.ts": [ "npm run format:ts", - "got add" + "git add" ], "*.js": [ "npm run format:js", - "got add" + "git add" ] }, "jest": {