add quiet flag to husky check

This commit is contained in:
tjs 2023-01-18 19:21:02 -05:00
parent b8ca0a40c7
commit 8ffe2eb195
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn typecheck && yarn lint
yarn typecheck && yarn lint --quiet