mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Restructures out and release folders.
out/amd -> out/languages/amd-tsc out/release -> out/languages/bundled release -> out/monaco-editor
This commit is contained in:
parent
fb0d6bada1
commit
5ccfdf7c02
33 changed files with 131 additions and 199 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: npm run prettier-check
|
||||
|
||||
- name: Build
|
||||
run: npm run release
|
||||
run: npm run build-monaco-editor
|
||||
|
||||
- name: Run unit tests
|
||||
run: npm test
|
||||
|
|
|
|||
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: npm run release
|
||||
run: npm run build-monaco-editor
|
||||
|
||||
- name: Install website node modules
|
||||
working-directory: website
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue