15 Star 89 Fork 17

Gitee 极速下载/butterfly-dag

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/alibaba/butterfly
克隆/下载
azure-pipelines.yml 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
无惟 提交于 2020-02-18 12:16 . optimization: package method
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |
npm install
# ./node_modules/rollup/dist/bin/rollup -c
npm install jquery lodash
webpack
displayName: 'npm install and build'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/butterfly-dag.git
git@gitee.com:mirrors/butterfly-dag.git
mirrors
butterfly-dag
butterfly-dag
master

搜索帮助