Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 396 Bytes

Contributing

This document is still being written, feel free to open an issue to discuss any aspect of confusion in the project.

Packages

Lerna Usage

Running tests

$ npm run lerna:test

Bootstrapping the packages

$ npm run lerna:bootstrap

Installing a new package

$ npm run lerna:install -- <package-name> --scope=<target-package>