Install dependencies:
yarn
Start package build in watch mode and Storybook dev server:
yarn start
bumpversion patch # minor|major|patch
git push origin master --tags
Build package and publish to NPM:
yarn package:publish
Install dependencies:
yarn
Start package build in watch mode and Storybook dev server:
yarn start
bumpversion patch # minor|major|patch
git push origin master --tags
Build package and publish to NPM:
yarn package:publish