浏览代码

Add required `npm run compile` step to development instructions

Without this, `release/dev/lib/typescriptServices.js` won't exist, resulting
in errors.
Russell Davis 6 年之前
父节点
当前提交
06afa62cde
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -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.