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

yarn prettier
npx lint-staged
npx validate-branch-name
yarn lint
