yarn install
This will install all the dependencies and bootstrap the whole project.
yarn compile
yarn test
You will find additional information in the README.md
files of the
server and
client packages.
yarn build
You will find additional information in the README.md
files of the
client package.
Run one of the following, and validate new version choices.
yarn run release:alpha
# or
yarn run release:beta
# or
yarn run release:rc
# or
yarn run release
This will run a check phase (lint, license-check, test) and build all the artifacts. If everything goes on well, version bumps will be computed depending on the commits since the last release. Changelogs will be generated and commit along some new version tags.
The new commit and tags are automatically pushed to the repository.
Finally, you have to publish the release and corresponding artifacts to the repository.
yarn run publish-release