- Fork and clone the repository locally.
- Run
yarnto install all of the dependencies. - Start developing with the
yarn watchcommand. - Tests can be run with the
yarn testcommand. - Build code with the
yarn buildcommand.
First, build all the code via yarn build.
Secondly, commit all of the changes you have locally (even the changes in dist folder) and then use the following commands to create a tag and push / release everything:
git tag -a -m "Release v1.0.19" v1.0.19
git push --follow-tags