Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 438 Bytes

Contributing.md

File metadata and controls

25 lines (16 loc) · 438 Bytes

How to contribute

Bug fixes are welcome, but not new features. See more details.

Building and running tests

Run these commands in the root folder of the repository.

Install dependencies and bootstrap Lerna:

npm run bootstrap

Run tests for all packages:

npm test

Or run a watch mode:

npm run test:watch