- Run The following script depending on which OS you are using:
- Linux =>
scripts/scripts_runner.sh
- MAC =>
scripts/scripts_runner.command
- Windows =>
scripts/scripts_runner_windows.bat
- Linux =>
- Commit new changes to the main or create a PR from the develop branch to the main branch.
- Increment the package version in the
package.json
file (the new version of the npm package). - Push the changes to the main branch. The tag will be created automatically before the push, matching the
package.json
version. - A GitHub action will trigger to deploy a new version to
npm
(the package published by this action will take the version afterpackage.json
, matching the latest tag).