First and foremost, thank you for taking an interest to contribute to fxl.js. This project can only improve with your help!
- Run test and lint tasks by running:
yarn nx run-many --all --target=test; andyarn nx run-many --all --target=lint.
- Bump the version in
packages/core/package.json. - Update the API documentation by running
yarn docs. - Create a PR to merge to the upstream
developbranch. - Publish the package by running
yarn publish-to-npmupstream.