Files
TakeoutSaaS.AdminUI/.husky/commit-msg
2026-01-29 05:27:40 +00:00

8 lines
206 B
Plaintext

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