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

pnpm nx affected --target=pre-commit

