# Dependency integrity verification enabled (default).
# Set to false only in CI environments with locked lockfiles and
# network-isolated build steps where verification causes false positives.
# verify-deps-before-run=false

# pnpm 11.x on Windows uses `cmd.exe` by default, which doesn't treat `;`
# as a shell separator. pnpm wraps every script with `; echo "EXIT=$?"`,
# so on cmd.exe the wrapper is passed as args to the program. Pointing
# pnpm at bash fixes the wrapper parsing without touching the scripts.
script-shell=bash
