Skip to content

Commit

Permalink
Merge branch 'main' into mn/fix/expose-all-module-resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies authored Dec 22, 2024
2 parents f7512b8 + a4b088e commit 28e5a43
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 179 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ extends:
publishRequiresApproval: false

- name: monaco-editor
dependsOn: monaco-editor-core
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
testPlatforms: []
skipAPIScan: true # package build requires Linux
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ extends:
publishRequiresApproval: false

- name: monaco-editor
dependsOn: monaco-editor-core
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
testPlatforms: []
skipAPIScan: true # package build requires Linux
Expand All @@ -69,6 +70,7 @@ extends:
publishRequiresApproval: false

- name: monaco-editor-webpack-plugin
dependsOn: monaco-editor
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
testPlatforms: []
packagePlatform: Windows
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"playwright": "^1.32.2",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"requirejs": "^2.3.6",
"requirejs": "^2.3.7",
"shelljs": "^0.8.5",
"style-loader": "^3.3.1",
"terser": "^5.14.2",
Expand Down
Loading

0 comments on commit 28e5a43

Please sign in to comment.