To publish packages:
Merge the Pull Request chore: release main. This will automatically build and publish all changed dictionaries.
Sometimes lerna will fail during the publishing step. This is very annoying and can be a pain to fix.
- Address the reason the publication failed.
- Run action: Publish
- If necessary, try force publishing:
pnpm force-publish
. This will skip the lerna publish step and callnpm
directly.