mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Merge pull request #32 from russelldavis/fix-dev-instructions
Add required `npm run compile` step to development instructions
This commit is contained in:
commit
c30e98acab
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np
|
||||||
* `git clone https://github.com/Microsoft/monaco-typescript`
|
* `git clone https://github.com/Microsoft/monaco-typescript`
|
||||||
* `cd monaco-typescript`
|
* `cd monaco-typescript`
|
||||||
* `npm install .`
|
* `npm install .`
|
||||||
|
* `npm run compile`
|
||||||
* `npm run watch`
|
* `npm run watch`
|
||||||
* open `$/monaco-typescript/test/index.html` in your favorite browser.
|
* open `$/monaco-typescript/test/index.html` in your favorite browser.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue