mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Fixes CI
This commit is contained in:
parent
10577a0641
commit
6e7a9ae234
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -62,5 +62,10 @@ jobs:
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
run: npm run smoketest
|
run: npm run smoketest
|
||||||
|
|
||||||
|
- name: Install website node modules
|
||||||
|
working-directory: website
|
||||||
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: npm run build-website
|
working-directory: website
|
||||||
|
run: yarn run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue