Dont build the editor when building the website (#5098)

This commit is contained in:
Henning Dieterichs 2025-11-07 13:09:48 +01:00 committed by GitHub
parent 925720b094
commit abae948dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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