This repo uses yarn
for package management:
git clone https://github.com/microsoft/nova-facade.git
yarn
This repo uses lage
to achieve incremental builds:
yarn build
Within your package folder, run this command for unit tests:
yarn test
yarn lint
This repo is using beachball for package management. The change files generated by beachball are included with your PR and used in CI to publish the packages.
yarn beachball check
yarn beachball change