Remove tsc from husky pre-commit

Since I run the metro server while developing,
errors will be immediately apparent while writing.
This commit is contained in:
Brandon Presley 2022-09-20 12:41:29 +12:00
parent 0717151962
commit d040a2574d
1 changed files with 0 additions and 1 deletions

View File

@ -2,5 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"
set -x
yarn tsc
yarn lint