From 20b97cdc24e6cd1f7b8fa89c7a028db6dda2fed2 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 26 Jun 2024 21:29:49 -0700 Subject: [PATCH] chore(root): update husky checks --- .husky/pre-push | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/pre-push b/.husky/pre-push index 39a59aa1..8f164cc3 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,6 +1,5 @@ branch="$(git rev-parse --abbrev-ref HEAD)" if [ "$branch" = "master" ]; then -# pnpm check:types -# pnpm build-frontends + turbo check-types fi