Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 268 Bytes

PUBLISH_STEPS.md

File metadata and controls

5 lines (4 loc) · 268 Bytes

 Workflow to publish to npm

  • Run npm version [patch/minor/major]. This will create a commit and bump the version in package.json.
  • Run yarn package to bulid the project as a package.
  • Run cd package and then npm publish to publish it to the registry.