Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 421 Bytes

BUILDING.md

File metadata and controls

8 lines (6 loc) · 421 Bytes

Building

Creating a Release, Compiling the JS and Publishing to NPM

  • $ yarn add --dev mson # To update to latest version of MSON
  • Modify package.json and manually update the version of the mson package in peerDependencies
  • Commit changes to the main branch (via a PR)
  • Simply merge changes into the release branch using a merge commit and let CircleCI and semantic-release take care of the rest!