react-ui
React-UI is implemented as a monorepo managed with Lerna to facilitate scripts, versioning and publishing.
For simplicity, yarn run clean
and yarn run build
will execute lerna run clean
and lerna run build
, respectively, which will traverse packages
and run the intended scripts in all of the individual packages.
More Lerna commands, including how to publish.