$ cd docs
$ yarn
$ yarn start
$ yarn
$ yarn start
To publish the packages, please follow the steps:
- Checkout
master
branch. - Update
CHANGELOG.md
and commit changes. - Run
yarn lerna version
to update the packages' version. This will automatically commit version changes and add a version tag. - Push the commits & version tag to
master
branch.
CI will be triggered after pushing the tag to start deployment process.