mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
1aa0efb727
commit
80a677c51c
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ These packages are described in the root file called `metadata.js` and it is pos
|
|||
/src/vscode> npm run monaco-editor-setup
|
||||
|
||||
# start the compiler in the background
|
||||
/src/vscode> gulp watch-client
|
||||
/src/vscode> node_modules/.bin/gulp watch-client
|
||||
|
||||
# clone monaco-editor (note the folders must be siblings!)
|
||||
/src> git clone https://github.com/Microsoft/monaco-editor
|
||||
|
|
@ -94,7 +94,7 @@ Open [http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev
|
|||
#### 1. Ship a new `monaco-editor-core` npm module
|
||||
* bump version in `/src/vscode/build/monaco/package.json`
|
||||
* **[important]** push all local changes to the remote to get a good public commit id.
|
||||
* generate npm package `/src/vscode> gulp editor-distro`
|
||||
* generate npm package `/src/vscode> node_modules/.bin/gulp editor-distro`
|
||||
* publish npm package `/src/vscode/out-monaco-editor-core> npm publish`
|
||||
|
||||
#### 2. Adopt new `monaco-editor-core` in plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue