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

pnpm run verify:commit
