mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Dont build the editor when building the website (#5098)
This commit is contained in:
parent
925720b094
commit
abae948dc3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -39,8 +39,6 @@ jobs:
|
||||||
- name: execute `npm ci` (1)
|
- name: execute `npm ci` (1)
|
||||||
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
|
||||||
run: npm run build-monaco-editor
|
|
||||||
|
|
||||||
- name: Install website node modules
|
- name: Install website node modules
|
||||||
working-directory: website
|
working-directory: website
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue