@geomatico/geocomponents
v5.1.0
Published
Geomatico React Components
Keywords
Readme
Geocomponents
Local .tgz package
Run npm run package
Releasing
Make sure to be in sync with main branch
git checkout main
git pullLog in to npm with an account that belongs to '@geomatico' org
npm loginMake the release
npm version [major | minor | patch]
npm run releaseDeploy the storybook to https://labs.geomatico.es/geocomponents
npm run storybook-deploy