mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Rename folder
This commit is contained in:
parent
5e40d80881
commit
218caac488
3 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
- name: (vscode) Patch package.json version
|
- name: (vscode) Patch package.json version
|
||||||
if: ${{ github.event_name == 'schedule' || github.event.inputs.nightly == 'true' }}
|
if: ${{ github.event_name == 'schedule' || github.event.inputs.nightly == 'true' }}
|
||||||
run: node ./monaco-editor/.github/workflows/nightly/setNightlyVersion.js ./vscode/build/monaco/package.json
|
run: node ./monaco-editor/.github/workflows/publish/setNightlyVersion.js ./vscode/build/monaco/package.json
|
||||||
|
|
||||||
- name: (vscode) Editor Distro
|
- name: (vscode) Editor Distro
|
||||||
working-directory: './vscode'
|
working-directory: './vscode'
|
||||||
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
|
|
||||||
- name: (monaco-editor) Patch package.json version
|
- name: (monaco-editor) Patch package.json version
|
||||||
if: ${{ github.event_name == 'schedule' || github.event.inputs.nightly == 'true' }}
|
if: ${{ github.event_name == 'schedule' || github.event.inputs.nightly == 'true' }}
|
||||||
run: node ./monaco-editor/.github/workflows/nightly/setNightlyVersion.js ./monaco-editor/package.json
|
run: node ./monaco-editor/.github/workflows/publish/setNightlyVersion.js ./monaco-editor/package.json
|
||||||
|
|
||||||
- name: (monaco-editor) execute `npm ci` (1)
|
- name: (monaco-editor) execute `npm ci` (1)
|
||||||
working-directory: './monaco-editor'
|
working-directory: './monaco-editor'
|
||||||
|
|
@ -132,7 +132,7 @@ jobs:
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: (monaco-editor) Use local monaco-editor-core
|
- name: (monaco-editor) Use local monaco-editor-core
|
||||||
run: node ./monaco-editor/.github/workflows/nightly/useLocalMonacoEditorCore.js
|
run: node ./monaco-editor/.github/workflows/publish/useLocalMonacoEditorCore.js
|
||||||
|
|
||||||
- name: (monaco-editor) execute `npm install` to pick up local monaco-editor-core
|
- name: (monaco-editor) execute `npm install` to pick up local monaco-editor-core
|
||||||
working-directory: './monaco-editor'
|
working-directory: './monaco-editor'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue