Includes monaco-editor-webpack-plugin in azure pipeline

pull/3543/head
Henning Dieterichs 2 years ago
parent 5eff543347
commit 1b0a30a121
No known key found for this signature in database
GPG Key ID: 771381EFFDB9EC06

@ -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…
Cancel
Save