Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 501 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 501 Bytes

Contributing

How to make a pull request:

  • You need to create a branch in accordance with the Git Branch Naming Convention
  • Describe in the description of the pull request what was done
  • Send PR

How to test publish dist:

  • Add command npm pack.

How to publish dist:

  • Add command npm install.
  • After install packages add command npm run build.
  • After build add command npm publish.

How to unpublish dist:

  • Add command npm unpublish cyclone@[package-version].