From f959b511acded851ae728164360a8a6598bc6d74 Mon Sep 17 00:00:00 2001 From: Yo Iwamoto Date: Sat, 13 Apr 2024 09:06:17 +0900 Subject: [PATCH] fix: pre-push --- .githooks/pre-push | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.githooks/pre-push b/.githooks/pre-push index 3ac4a9c..fe1ee80 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -1,4 +1,6 @@ #!/bin/bash +set -e + pnpm typecheck pnpm check