Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 374 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 374 Bytes

Contribution

Setup

First make sure you have yarn 1.x (classic) installed. If you are on yarn 2 or 3, you can use yarn 1.x by issueing the following command:

yarn set version classic

Run yarn install to install the dependencies.

Run the tests with yarn run test.

Run the linter with yarn run lint.

Run the typechecker with yarn run typecheck.