Skip to content

Publish `@theia monaco editor core`

Thomas Mäder edited this page Jan 15, 2025 · 3 revisions

The following are the steps to publish @theia/monaco-editor-core:

Build

  • checkout the appropriate branch
  • perform npm install
  • perform npm run gulp editor-distro

Pre-Release

  • update package.json of out-monaco-editor-core:
    • update the version if needed.

Publishing

  • publish using npm publish ./out-monaco-editor-core {options}

CQ

Clone this wiki locally