Merge pull request #32 from russelldavis/fix-dev-instructions

Add required `npm run compile` step to development instructions
pull/2748/head
Matt Bierner 6 years ago committed by GitHub
commit c30e98acab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`
* `cd monaco-typescript`
* `npm install .`
* `npm run compile`
* `npm run watch`
* open `$/monaco-typescript/test/index.html` in your favorite browser.

Loading…
Cancel
Save