#!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" . "$(dirname "$0")/common.sh" [ -n "$CI" ] && exit 0 pnpm lint-staged --allow-empty "$1"