Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 591 Bytes

publishing.md

File metadata and controls

16 lines (10 loc) · 591 Bytes

Publishing

To publish packages:

Merge the Pull Request chore: release main. This will automatically build and publish all changed dictionaries.

Recovering Failed Publish Step

Sometimes lerna will fail during the publishing step. This is very annoying and can be a pain to fix.

Steps:

  1. Address the reason the publication failed.
  2. Run action: Publish
  3. If necessary, try force publishing: pnpm force-publish. This will skip the lerna publish step and call npm directly.