mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Fix working directory
This commit is contained in:
parent
876f3ec018
commit
b84d22c6fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
run: node ./monaco-editor/.github/workflows/nightly/useLocalMonacoEditorCore.js
|
run: node ./monaco-editor/.github/workflows/nightly/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/webpack-plugin'
|
working-directory: './monaco-editor'
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: (monaco-editor) Install OS Dependencies for Playwright
|
- name: (monaco-editor) Install OS Dependencies for Playwright
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue