Browse Source

Add website publish steps

Henning Dieterichs 3 years ago
parent
commit
7752fecda8
1 changed files with 5 additions and 0 deletions
  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`