Run the full project verification pipeline and report results clearly:
- •Run
npm run lint— report pass/fail and any errors - •Run
npm run test— report total tests, pass/fail count - •Run
npm run build— report pass/fail and any TypeScript errors
Summarize results in a table:
| Check | Status | Details |
|---|---|---|
| Lint | ... | ... |
| Tests | ... | ... |
| Build | ... | ... |
If any check fails, analyze the errors and suggest fixes.