Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 333 Bytes

DEPLOYMENT.md

File metadata and controls

18 lines (13 loc) · 333 Bytes

How to publish new feature:

in feature branch:

  1. Update unit tests
  2. Update storybook
  3. Update docs in README.md
  4. Update docs in src/docs
  5. Merge feature branch

in main branch:

  1. Update version in package.json // docs depend on version

  2. yarn

  3. yarn build:docs

  4. npm publish

  5. Create release in GitHub