This document describes how you can test, build and publish the library and its documentation.
Before you can build and test this library you must install and configure the following products on your development machine:
You will then need to install the required dependencies:
cd <library-path>
npm install
Check that the code is properly formatted and adheres to coding style.
npm run lint --prefix=projets/lib
Unit tests can be executed with the following command:
npm run test:ci --prefix=projects/lib
npm run start --prefix=projects/lib
This project comes with automatic continuous delivery (CD) using GitHub Actions.
- Bump the library version in
./projects/lib/package.json
- Push the changes
- Create a new: GitHub release
- Watch the results in: Actions