From 14601d98d355a210d346ba80a78c184c7ebdb723 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 28 May 2019 13:30:01 -0400 Subject: [PATCH] chore: removed lint and typecheck tasks from pre-push --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8ac88c37193..e74b25def8d7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lint": "eslint . --ext .js,.ts", "lint-fix": "eslint . --ext .js,.ts --fix", "pre-commit": "yarn lint-staged", - "pre-push": "yarn lint && yarn typecheck && yarn format-check", + "pre-push": "yarn format-check", "postinstall": "lerna bootstrap && yarn build && lerna link", "test": "lerna run test --parallel", "typecheck": "lerna run typecheck"