Includes monaco-editor-webpack-plugin in azure pipeline
This commit is contained in:
Родитель
5eff543347
Коммит
1b0a30a121
|
@ -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": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче