Files
TakeoutSaaS.AdminUI/.husky/commit-msg

7 lines
187 B
Plaintext

if [ ! -w "${HOME:-/root}" ]; then
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-/tmp}"
export COREPACK_HOME="${COREPACK_HOME:-/tmp/corepack}"
fi
corepack pnpm dlx commitlint --edit "$1"