Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 728 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 728 Bytes

Timberhub Component Library

Version

Install

npm i @timberhubcom/timberhub-component-library

Publish

Whenever you have new changes in main and want to publish them:

  1. Create a new branch from the latest main.
  2. Run npm run publish-version:major|minor|patch according to what you need.
  3. Push changes and create a PR to main, so the package.json gets updated.