yarn
: install dependencies- Edit the version in the root package.json
yarn build
: build libgit commit -am ':bookmark: v<version>'
: commit modificationcd pkg && npm publish && cd -
: publish the lib into npmyarn gh-pages-deploy
: build and publish documentation (storybook)git push
: push locals modifications