We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
- Fork the repo and create your branch from master.
- If you've added code that should be tested, add tests.
- Ensure the test suite passes.
Please follow the TypeScript coding guidelines.
- Don't use lerna commands. Use npm commands instead.
- Run
npm install
to install main dependencies. - Run
npm run bootstrap
to install the packages in all the subpackages. - Run
npm run test
to run tests in all the subpackages. - Run
npm run publish
to publish all the subpackages.