Add website publish steps

pull/2674/head
Henning Dieterichs 3 years ago
parent 44f6296aab
commit 7752fecda8
No known key found for this signature in database
GPG Key ID: 771381EFFDB9EC06

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

Loading…
Cancel
Save