メインコンテンツまでスキップ

/l-b4push

Run pnpm b4push in the doc directory to execute pre-push validation checks.

This command runs:

  • Code quality checks (typecheck, lint, format)
  • Build verification

Instructions:

  1. Change to the doc directory and execute pnpm b4push using the Bash tool
  2. If the command succeeds, report success to the user
  3. If errors or warnings occur:
  • Analyze the errors/warnings
  • If they are fixable code issues (linting errors, type errors, formatting issues), fix them automatically
  • Run pnpm b4push again to verify the fixes
  1. Repeat until all checks pass