Run `editor-distro` instead of `editor-esm-bundle`

pull/2791/head
Alex Dima 2021-11-23 11:06:57 +01:00
parent 88714a7f6b
commit 67e1bddc33
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ jobs:
- name: (vscode) Patch package.json version
run: node ./monaco-editor/.github/workflows/nightly/setNightlyVersion.js ./vscode/build/monaco/package.json
- name: (vscode) Editor Distro & ESM Bundle
- name: (vscode) Editor Distro
working-directory: './vscode'
run: yarn gulp editor-esm-bundle
run: yarn gulp editor-distro
- name: (vscode) Typings validation prep
working-directory: './vscode'