#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn pretty-quick --pattern "**/*.*(ts|tsx|graphql)" --staged
