Avoid going through separate package.json files

This commit is contained in:
Alexandru Dima 2021-11-12 14:14:05 +01:00
parent d2e1d5104f
commit aa5bb2cfa7
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
13 changed files with 38 additions and 30 deletions

View file

@ -55,11 +55,7 @@ You need to have all the build setup of VS Code to be able to build the Monaco E
/src/monaco-editor> npm install .
# compile all plugins
/src/monaco-editor> npm run prepublishOnly --prefix monaco-css
/src/monaco-editor> npm run prepublishOnly --prefix monaco-languages
/src/monaco-editor> npm run prepublishOnly --prefix monaco-typescript
/src/monaco-editor> npm run prepublishOnly --prefix monaco-json
/src/monaco-editor> npm run prepublishOnly --prefix monaco-html
/src/monaco-editor> npm run release
# start a local http server in the background
/src/monaco-editor> npm run simpleserver