Files
TakeoutSaaS.AdminUI/.husky/pre-commit

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