pockethost/.husky/pre-push
2024-06-26 21:29:49 -07:00

6 lines
101 B
Plaintext

branch="$(git rev-parse --abbrev-ref HEAD)"
if [ "$branch" = "master" ]; then
turbo check-types
fi