mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #4065 from microsoft/hediet/b/unchanged-roadrunner
Fixes build script
This commit is contained in:
commit
b256998be5
1 changed files with 2 additions and 0 deletions
|
|
@ -68,9 +68,11 @@ extends:
|
||||||
buildSteps:
|
buildSteps:
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
|
|
||||||
- script: npm run compile
|
- script: npm run compile
|
||||||
displayName: Build plugin
|
displayName: Build plugin
|
||||||
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
|
|
||||||
tag: latest
|
tag: latest
|
||||||
ghCreateTag: false
|
ghCreateTag: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue