if grep -q '"lint-staged"' package.json; then
  pnpm exec lint-staged --concurrent false
fi

node scripts/husky-fast-check.mjs
