To deploy this project, run the following command:
yarn deploy "commit message here"
To publish this project, run this code:
npx lerna publish
If lerna fails in the middle of the publishing process, try to run these commands manually:
git push origin --tags
npx lerna exec -- "npm publish || exit 0"