1 Star 0 Fork 1

Aaron / rainbond-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
barnett 提交于 2018-07-19 23:10 . init commit
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
# Output useful info for debugging.
- node --version
- npm --version
# Post-install test scripts.
test_script:
- npm run lint
- npm run test:all
- npm run build
# Don't actually build.
build: off
1
https://gitee.com/Aaron-23/rainbond-ui.git
git@gitee.com:Aaron-23/rainbond-ui.git
Aaron-23
rainbond-ui
rainbond-ui
master

搜索帮助