Run the following checks in sequence. Stop at the first failure and report the error clearly.
- Lint:
pnpm lint - Type check:
pnpm typecheck - Build:
pnpm build
If all pass, report success. If any step fails, show the relevant error output and suggest a fix.