Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 358 Bytes

PUBLISHING.md

File metadata and controls

6 lines (5 loc) · 358 Bytes

Publishing (for maintainers)

  1. Update x.y version number in cheerp.mjs showHelp
  2. Update package versions: npm version <version> --workspaces -f
  3. Update optionalDependencies of cheerp package.json to match the new version
  4. Publish: npm publish --access=public --workspaces