@quadrel-enterprise-ui/alarm
v19.0.14
Published
Library for playing alarm sounds, for example to draw attention to an application or notification
Readme
Qdalarm
Development
Run npm run start or nx serve to start the test app for development. The test app integrates all libraries of the monorepo.
Build
Run nx build qd-alarm to build the project. The build artifacts will be stored in the dist/libs/qd-alarm directory. Use --configuration production for a production build.
Running unit tests
Run nx test qd-alarm to execute the unit tests via Jest.
Release
Releases can be made on a release branch with the following commands:
Run nx release-patch qd-alarm to create a patch release.
Run nx release-minor qd-alarm to create a minor release.
Run nx release-major qd-alarm to create a major release.
Run nx prerelease qd-alarm to create a beta release.
Run nx premajor qd-alarm to create a beta major release.
Further help
To get more help on the NX CLI use nx help or go check out the documentation NX CLI Commands.
