mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
switch to npm install
This commit is contained in:
parent
41be945ca5
commit
88714a7f6b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
|
|
@ -100,13 +100,13 @@ jobs:
|
|||
- name: (monaco-editor) Use local monaco-editor-core
|
||||
run: node ./monaco-editor/.github/workflows/nightly/useLocalMonacoEditorCore.js
|
||||
|
||||
- name: (monaco-editor) execute `npm ci` (1)
|
||||
- name: (monaco-editor) execute `npm install` (1)
|
||||
working-directory: './monaco-editor'
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: (monaco-editor) execute `npm ci` (2)
|
||||
- name: (monaco-editor) execute `npm install` (2)
|
||||
working-directory: './monaco-editor/webpack-plugin'
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: (monaco-editor) Install OS Dependencies for Playwright
|
||||
working-directory: './monaco-editor'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue