#!/bin/sh
# shellcheck disable=SC1090
. "$(dirname "$0")/_/husky.sh"

git update-index --again && npx lint-staged --allow-empty
