Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 417 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 417 Bytes

Contributing

Set up development environment

Install dependencies:

yarn

Start dev server

Start package build in watch mode and Storybook dev server:

yarn start

Publish package

Using CI (preferred)

bumpversion patch # minor|major|patch
git push origin master --tags

From local machine

Build package and publish to NPM:

yarn package:publish