Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 351 Bytes

contributing.md

File metadata and controls

12 lines (9 loc) · 351 Bytes

Contributing

How to publish dist:

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

How to test publish dist:

  • Add command npm pack ./dist.

How to unpublish dist:

  • Add command npm unpublish react-hooks-kit@[package-version].