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-runto see what will be packaged - run
npm publish --access=publicto publish