mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
build monaco-editor-core from source for ci
This commit is contained in:
parent
5074e2eca3
commit
0fc7695423
1 changed files with 12 additions and 11 deletions
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
|
|
@ -44,19 +44,20 @@ jobs:
|
||||||
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||||
run: npm ci --prefix webpack-plugin
|
run: npm ci --prefix webpack-plugin
|
||||||
|
|
||||||
# If you want to from source:
|
# <building-from-source>
|
||||||
# - name: Setup, Build & Test monaco-editor-core
|
- name: Setup, Build & Test monaco-editor-core
|
||||||
# run: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
|
run: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
|
||||||
# env:
|
env:
|
||||||
# VSCODE_REF: 'main'
|
VSCODE_REF: 'main'
|
||||||
# PRERELEASE_VERSION: 'dev-${today}'
|
PRERELEASE_VERSION: 'dev-${today}'
|
||||||
|
|
||||||
# - name: Link monaco-editor-core
|
- name: Link monaco-editor-core
|
||||||
# run: npm link
|
run: npm link
|
||||||
# working-directory: ./dependencies/vscode/out-monaco-editor-core
|
working-directory: ./dependencies/vscode/out-monaco-editor-core
|
||||||
|
|
||||||
# - name: Link monaco-editor-core
|
- name: Link monaco-editor-core
|
||||||
# run: npm link monaco-editor-core
|
run: npm link monaco-editor-core
|
||||||
|
# </building-from-source>
|
||||||
|
|
||||||
# TODO: prettier formatting
|
# TODO: prettier formatting
|
||||||
# - name: Check prettier
|
# - name: Check prettier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue