Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 170 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 170 Bytes

Contributing to Loco CLI

Publish a new version

  1. Update the version in package.json: npm version <major|minor|patch>
  2. Run yarn build
  3. Run npm publish