Merge pull request #1173 from willsmythe/master
Add Azure Pipelines for building and publishing monaco-editor websitepull/1226/head
commit
0f4f663181
@ -0,0 +1,15 @@
|
||||
# Builds and publishes the Monaco Editor website
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '8.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
npm install
|
||||
npm run website
|
||||
displayName: 'Build and publish website'
|
Loading…
Reference in New Issue