monaco-editor/azure-pipelines.yml

15 lines
No EOL
266 B
YAML

# 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'