Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 246 Bytes

File metadata and controls

13 lines (10 loc) · 246 Bytes

Contributing

Install pnpm, then run:

pnpm install
pnpm check
pnpm test
pnpm build

Keep changes small, add tests for behavior changes, and avoid adding runtime dependencies unless they make the package simpler.