Run the full project validation pipeline before pushing:
bash
npm run check
This runs in order:
- •ESLint with zero warnings tolerance
- •Vitest with coverage reporting
- •Next.js production build
If any step fails, stop and report the failure clearly. Suggest specific fixes for any lint errors, test failures, or build errors found.