Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 485 Bytes

Up and Running the project

Updating and publishing library

  1. Local master branch should include all necessary updates
    • Development branches should be based on master branch. PRs are merged to master;
  2. Run npm run lib:publish (make sure the master branch is selected before running the script)