The UI-Components makes use of Lerna for managing multiple packages. Lerna is a tool that optimizes the workflow around managing multi-package repositories with git and pnpm.
The below command builds all packages for you using lerna
pnpm build
There are other utility scripts that help with development.
pnpm fix:prettier
- runsprettier
to fix code style.
There are scripts that can publish the following versions:
latest
next
unstable
pnpm publish:[version]