Libraries and utilities for the ORGiD ecosystem
https://windingtree.github.io/org.id-sdk/
When you adding dependencies to your packages it is recommended to run bootstrap command from the root of the repository. This command will update packages dependencies.
yarn install
yarn bootstrap
yarn buildyarn lint
yarn testNew repository version setup (according to the SDK stake should be chosen custom prerelease or major release version type from the lerna CLI dialog):
Prerelease:
npx lerna version --conventional-commits --conventional-prerelease --preid beta --sign-git-commit --sign-git-tag --yesMajor release:
npx lerna version --conventional-commits --conventional-graduate --sign-git-commit --sign-git-tag --yesPublishing of the updated packages:
yarn build
npx lerna publish from-git