From d040a2574d21d112896237eb261d9cc51017425c Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 20 Sep 2022 12:41:29 +1200 Subject: [PATCH] Remove tsc from husky pre-commit Since I run the metro server while developing, errors will be immediately apparent while writing. --- .husky/pre-commit | 1 - 1 file changed, 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 15df501..b3afdce 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,5 +2,4 @@ . "$(dirname -- "$0")/_/husky.sh" set -x -yarn tsc yarn lint