Skip to content

test-editor/web-messaging-service

Repository files navigation

web-messaging-service

NPM version Build Status

Angular service for component communication.

Build

yarn install
npm run build

Development

For developing the library run

npm run start

Release process

In order to create a release, the version needs to be increased and tagged. This is done easily using npm version, for example:

npm version minor

After the commit and tag is pushed Travis will automatically deploy the tagged version.

Gotchas

When adding or using a new Angular dependency it must be added in the rollup configuration in the build.js so that it's not included in the output bundle.