From 8de9861e1a165e518ac946b5e4b1453e70229c7a Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Thu, 8 Jul 2021 11:01:30 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c4e9d05e3..9c930269d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "pre-push": "yarn lint && yarn type-check" + "pre-push": "yarn lint && yarn format && yarn type-check" } }, "lint-staged": { @@ -95,4 +95,4 @@ "tabWidth": 2, "useTabs": false } -} +} \ No newline at end of file