From 98466d6791372be195f3d04853384a9b157b7c3e Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Wed, 5 Jun 2019 11:47:20 +0530 Subject: [PATCH] chore(infra): fix typo fix typo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {