1 Star 0 Fork 1

Aaron / rainbond-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
barnettZQG 提交于 2020-11-25 19:11 . change build shell
#!/bin/bash
mkdir ./node_modules
chmod 777 ./node_modules
docker run --rm -v "$(pwd)":/app -w=/app node:12 yarn install && yarn run build
if [ ! -d "./dist" ];then
exit 1;
fi
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./release.sh ;fi
1
https://gitee.com/Aaron-23/rainbond-ui.git
git@gitee.com:Aaron-23/rainbond-ui.git
Aaron-23
rainbond-ui
rainbond-ui
master

搜索帮助