Skip to content

Commit abae948

Browse files
authored
Dont build the editor when building the website (#5098)
1 parent 925720b commit abae948

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/website.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
- name: execute `npm ci` (1)
4040
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
4141
run: npm ci
42-
- name: Build
43-
run: npm run build-monaco-editor
4442

4543
- name: Install website node modules
4644
working-directory: website

0 commit comments

Comments
 (0)