chore(root): update husky checks

This commit is contained in:
Ben Allfree 2024-06-26 21:29:49 -07:00
parent 7812fb21d8
commit 20b97cdc24

View File

@ -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