Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 410 Bytes

File metadata and controls

10 lines (7 loc) · 410 Bytes

Release

Releases are manual and private for now. The package is marked as private since Amazon doesn't want to publish this package to NPM until official release.

To create a manual relase:

  1. Update the version number of the package by running npm version --patch or manually in package.json
  2. npm run build
  3. Run npm publish --dry-run to make sure everything is cool
  4. and then npm publish