Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 255 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 255 Bytes

Contribution

Setup

Run bun install to install the dependencies.

Run the tests with bun test.

Run the code quality checker with bun run quality.

Run the typechecker with bun run typecheck.

Run the exports checker with bun run exports.