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 build
yarn lint
yarn test
New 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 --yes
Major release:
npx lerna version --conventional-commits --conventional-graduate --sign-git-commit --sign-git-tag --yes
Publishing of the updated packages:
yarn build
npx lerna publish from-git