Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 366 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 366 Bytes

monorepo-vi-mock-resolver

Project Setup

pnpm install

Type-Check Compile for Production

pnpm build

Run Tests with Vitest

pnpm test

Lint and Format with Rome

Linting will also check types using tsc.

pnpm lint
pnpm format