1 Star 0 Fork 1

wl4g-collect/monaco-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Dima 提交于 2018-11-09 17:43 . Tweaks
# 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 build-website
displayName: 'Build website'
- script: |
./build/publish-website.sh
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)
displayName: 'Publish website'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wl4g-collect/monaco-editor.git
git@gitee.com:wl4g-collect/monaco-editor.git
wl4g-collect
monaco-editor
monaco-editor
master

搜索帮助