Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.42 KB

Contributing

These are some notes about contributing.

Continuous Integration

Code Coverage

NPM

Development

Node JS version 8 or higher is required.

Commands

Command Description
npm install Installs all the dependencies for all packages
npm run build To compile the typescript into javascript
npm test Runs the unit tests for all packages
npm run check-spelling Checks the spelling for all sources files
npm run coverage Generates coverage information for all projects. Open coverage/index.html to view coverage.
npx lerna publish To publish the packages (must have permissions)