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

set -e  # die on error

yarn lint-staged --no-stash
