Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 569 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 569 Bytes

Development

Install all the dependencies

pnpm install

When running this command, a pre-commit git hook will be locally installed with husky and it will run lint-staged before every commit.

See "lint-staged" in package.json for more information.

Build the project

pnpm build

Link the package to test locally

pnpm link

Other commands

# run the entire test suite
pnpm test
# format the source code
pnpm format