mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Avoid going through separate package.json files
This commit is contained in:
parent
d2e1d5104f
commit
aa5bb2cfa7
13 changed files with 38 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue