From 80a677c51c62b772cc1d530fcb56a7f5540a1737 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Wed, 18 Jan 2017 10:47:52 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6e31ee6..d746696a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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