@mattermost/calls-common
v0.27.2
Published
Common code shared between calls webapp, desktop, and mobile.
Downloads
2,927
Maintainers
Keywords
Readme
calls common
This repository exists to share common code between the webapp and mobile clients of the Mattermost Calls product.
Run make build
before committing, and commit the lib
directory. CI will fail if the lib
directory is out of date.
To publish a new version of the package on npm:
- Update the package.json version field
- run
npm publish --dry-run
to see what will be packaged - run
npm publish --access=public
to publish