kylin-code/build/monaco
chriswang521 b2638a9732 update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08:00
..
LICENSE from 1.68.0 2022-06-14 14:37:10 +08:00
README-npm.md update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08:00
README.md from 1.68.0 2022-06-14 14:37:10 +08:00
ThirdPartyNotices.txt from 1.68.0 2022-06-14 14:37:10 +08:00
monaco.d.ts.recipe update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08:00
monaco.usage.recipe update baseCode:code-oss-1.85.2 2024-07-05 11:09:03 +08:00
package.json from 1.68.0 2022-06-14 14:37:10 +08:00
version.txt from 1.68.0 2022-06-14 14:37:10 +08:00

README.md

Steps to publish a new version of monaco-editor-core

Generate monaco.d.ts

  • The monaco.d.ts is now automatically generated when running gulp watch

Bump version

  • increase version in build/monaco/package.json

Generate npm contents for monaco-editor-core

  • Be sure to have all changes committed and pushed to the remote
  • (the generated files contain the HEAD sha and that should be available on the remote)
  • run gulp editor-distro

Publish

  • cd out-monaco-editor-core
  • npm publish