···426426### Mobile
427427```bash
428428cd apps/mobile
429429-pnpm typecheck # TypeScript check only
429429+pnpm tsc --noEmit # TypeScript check only
430430```
431431432432**Note**: If any checks fail, fix the issues before considering the task complete.