Quick Check
Run the quick quality check script which includes linting and unit tests.
Usage
When invoked, run:
bash
pnpm check:quick
This runs:
- •
pnpm lint- ESLint with auto-fix - •
pnpm test- Jest unit tests
Report any failures with details so the user can address them.