mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Uses npm for website, hosts playground runner on https://isolated-playground.github.io for better isolation. (#5034)
This commit is contained in:
parent
e2764eac56
commit
a30f4f9920
6 changed files with 6523 additions and 3629 deletions
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
|
|
@ -44,15 +44,15 @@ jobs:
|
|||
|
||||
- name: Install website node modules
|
||||
working-directory: website
|
||||
run: yarn install --frozen-lockfile
|
||||
run: npm ci
|
||||
|
||||
- name: Install most recent version of monaco-editor
|
||||
working-directory: website
|
||||
run: yarn add monaco-editor
|
||||
run: npm install monaco-editor
|
||||
|
||||
- name: Build website
|
||||
working-directory: website
|
||||
run: yarn run build
|
||||
run: npm run build
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue