mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +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' }}
|
||||
run: npm ci --prefix webpack-plugin
|
||||
|
||||
# If you want to from source:
|
||||
# - name: Setup, Build & Test monaco-editor-core
|
||||
# run: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
|
||||
# env:
|
||||
# VSCODE_REF: 'main'
|
||||
# PRERELEASE_VERSION: 'dev-${today}'
|
||||
# <building-from-source>
|
||||
- name: Setup, Build & Test monaco-editor-core
|
||||
run: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
|
||||
env:
|
||||
VSCODE_REF: 'main'
|
||||
PRERELEASE_VERSION: 'dev-${today}'
|
||||
|
||||
# - name: Link monaco-editor-core
|
||||
# run: npm link
|
||||
# working-directory: ./dependencies/vscode/out-monaco-editor-core
|
||||
- name: Link monaco-editor-core
|
||||
run: npm link
|
||||
working-directory: ./dependencies/vscode/out-monaco-editor-core
|
||||
|
||||
# - name: Link monaco-editor-core
|
||||
# run: npm link monaco-editor-core
|
||||
- name: Link monaco-editor-core
|
||||
run: npm link monaco-editor-core
|
||||
# </building-from-source>
|
||||
|
||||
# TODO: prettier formatting
|
||||
# - name: Check prettier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue