浏览代码

Add website publish steps

Henning Dieterichs 3 年之前
父节点
当前提交
7752fecda8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      CONTRIBUTING.md

+ 5 - 0
CONTRIBUTING.md

@@ -156,5 +156,10 @@ Open [http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src
 #### 6. Publish
 
 * `/src/monaco-editor> npm version minor`
+* `/src/monaco-editor> npm run release`
 * `/src/monaco-editor/release> npm publish`
 * `/src/monaco-editor> git push --tags`
+
+#### 7. Update Website
+
+* `/src/monaco-editor> npm run website`