1 Star 0 Fork 16

Anke1938 / rainbond-ui

forked from 好雨科技 / rainbond-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 254 Bytes
一键复制 编辑 原始数据 按行查看 历史
张启航 提交于 2022-11-03 21:49 . feat: upgrade node.js version (#1083)
#!/bin/bash
mkdir ./node_modules
chmod 777 ./node_modules
docker run --rm -v "$(pwd)":/app -w=/app node:14 sh -c "yarn install && yarn run build"
if [ ! -d "./dist" ];then
exit 1;
fi
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./release.sh ;fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/anke1938/rainbond-ui.git
git@gitee.com:anke1938/rainbond-ui.git
anke1938
rainbond-ui
rainbond-ui
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891