Right now, packages must be manually published with the following steps: 1. `cd` to `packages/<packageName>` 2. `npm publish` It'd be better if somehow they could auto-publish via CI.
Right now, packages must be manually published with the following steps:
cdtopackages/<packageName>npm publishIt'd be better if somehow they could auto-publish via CI.