diff --git a/README.md b/README.md index 4840af5..934ed9a 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,23 @@ function App() { - [Legend Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/LegendPanel) - [Qualitative Attributes](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/QualitativeLegend) - [Scale Legend](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/ScaleLegend) + +## Building the lib + +``` +yarn lint-fix +``` + +``` +yarn rollup-build +``` + +## Publish new version + +``` +npm login +``` + +``` +npm publish +``` diff --git a/src/components/Layer/LayerGroup/README.md b/src/components/Layer/LayerGroup/README.md index 20963b2..38fe675 100644 --- a/src/components/Layer/LayerGroup/README.md +++ b/src/components/Layer/LayerGroup/README.md @@ -7,7 +7,10 @@ ## Import ```js -import { LayerGroupContainer, LayerGroup } from '@worldresources/wri-design-systems' +import { + LayerGroupContainer, + LayerGroup, +} from '@worldresources/wri-design-systems' ``` ## Usage