This guide is still work in progress.
This monorepo uses Lerna to manage package versioning and publishing. There is currently no CI job set up to use Lerna, so the following command needs to be run manually, on the main
branch, if the maintainer wishes to deploy a new version on npm:
yarn lerna:deploy
This command will:
- bump all packages in this monorepo, following the Conventional Commits spec,
- publish the bumped packages to npm.