Developer
Verification
Current repository validation commands.
Verification
Run the full workspace checks from the repository root:
npm run lint
npm run typecheck
npm run buildTurborepo coordinates the checks for Admin, Resident, Docs, and the database workspace. The DB workspace typecheck regenerates Prisma Client before running TypeScript validation.
Use the individual workspace commands when narrowing down a failure:
npm run typecheck --workspace=@aspire/db
npm run build --workspace=docs