pnpm lint- Run ESLintnpx tsc --noEmit- TypeScript type check
pnpm test- Run Vitest unit testspnpm test:coverage- Run Vitest with coveragepnpm test:e2e- Run Playwright E2E testspnpm test:e2e:ui- Run Playwright with UI modepnpm test:visual- Run visual regression testspnpm test:visual:update- Update visual baseline snapshots
pnpm build- Build Next.js applicationpnpm dev- Start development server