This is a mono-repo of javascript libraries.
It contains :
- Develop your change in the package
packages/<the package>
- Build the package with
npm run build
- Add tests that run with
npm run test:js
- Add lint that run with
npm run lint:js
- Create a new branch with your changes. Create your PR.
- Push your code. Don't forget to update
packages/<the package>/CHANGELOG.md
- Tag your PR with a version tag (
no-release
,patch
,minor
ormajor
). Tag your PR with your package (eg.packages/hello-1
). Submit it for approval. - The CI will publish the new version of the package for you once merged on master.