Aspire Connectivity
Developer

Verification

Current repository validation commands.

Verification

Run the full workspace checks from the repository root:

npm run lint
npm run typecheck
npm run build

Turborepo 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

On this page