Do you want to contribute to the project? Thats great! 🎉
Read more below to get started:
After cloning repo run:
npm install
In order to run tests run:
npm run test
Note: E2E tests use
@nx/plugin
for generating test workspace. You can learn more about it here.
The master branch is locked for the push action. For proposing changes, use the standard pull request approach. It's recommended to discuss fixes or new functionality in the Issues, first.
The project follows Conventional Commits for committing changes.
The package is automatically published on every push to master
branch if there are relevant changes.