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

8 lines
200 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 run lint:lint-staged