mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +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:
|
||||
- script: npm ci
|
||||
displayName: Install NPM dependencies
|
||||
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||
|
||||
- script: npm run compile
|
||||
displayName: Build plugin
|
||||
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||
|
||||
tag: latest
|
||||
ghCreateTag: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue