Full Check
Run the comprehensive quality check script which includes linting, tests, e2e smoke tests, and a production build.
Usage
When invoked, run:
bash
pnpm check:all
This runs:
- •
pnpm lint- ESLint with auto-fix - •
pnpm test- Jest unit tests - •
pnpm test:e2e:smoke- Playwright smoke tests - •
pnpm build- Next.js production build
This is a thorough check suitable for pre-commit or pre-PR validation.
Report any failures with details so the user can address them.