Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 616 Bytes

Prerequisites

Installation

  • Running yarn in the module's root directory will install everything you need for development.
  • Run lerna bootstrap in the module's root directory

Running Tests

  • yarn test will run the tests once.

  • yarn test:coverage will run the tests and produce a coverage report in coverage/.

  • yarn test:watch will run the tests on every change.

Building

  • yarn build will build the module for publishing to npm.

  • yarn clean will delete built resources.