mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #3543 from microsoft/hediet/rough-grouse
Includes monaco-editor-webpack-plugin in azure pipeline
This commit is contained in:
commit
08439de587
2 changed files with 14 additions and 1 deletions
|
|
@ -70,3 +70,17 @@ extends:
|
||||||
git tag -a v$(SetPackageSpec.PACKAGE_VERSION) -m v$(SetPackageSpec.PACKAGE_VERSION)
|
git tag -a v$(SetPackageSpec.PACKAGE_VERSION) -m v$(SetPackageSpec.PACKAGE_VERSION)
|
||||||
git push origin v$(SetPackageSpec.PACKAGE_VERSION)
|
git push origin v$(SetPackageSpec.PACKAGE_VERSION)
|
||||||
workingDirectory: $(Build.SourcesDirectory)
|
workingDirectory: $(Build.SourcesDirectory)
|
||||||
|
|
||||||
|
- name: monaco-editor-webpack-plugin
|
||||||
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
|
testPlatforms: []
|
||||||
|
buildSteps:
|
||||||
|
- script: npm ci
|
||||||
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
|
- script: npm run compile
|
||||||
|
displayName: Build plugin
|
||||||
|
|
||||||
|
tag: latest
|
||||||
|
publishPackage: ${{ parameters.publishWebpackPlugin }}
|
||||||
|
publishRequiresApproval: false
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "tsc -w -p tsconfig.json",
|
"watch": "tsc -w -p tsconfig.json",
|
||||||
"compile": "tsc -p tsconfig.json",
|
"compile": "tsc -p tsconfig.json",
|
||||||
"import-editor": "node ./scripts/import-editor.js",
|
|
||||||
"prepublishOnly": "npm run compile"
|
"prepublishOnly": "npm run compile"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue