3 Star 0 Fork 0

枝繁叶茂/minio-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
check-warnings-istanbul-coverage.sh 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
sweetbn 提交于 2024-09-11 09:29 . 项目初始化
#!/bin/bash
yell() { echo "$0: $*" >&2; }
die() {
yell "$*"
cat yarn.log
exit 111
}
try() { "$@" &> yarn.log || die "cannot $*"; }
rm -f yarn.log
try yarn buildistanbulcoverage
if cat yarn.log | grep "Compiled with warnings"; then
echo "There are warnings in the code"
exit 1
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ensin_kinsh/minio-console.git
git@gitee.com:ensin_kinsh/minio-console.git
ensin_kinsh
minio-console
minio-console
master

搜索帮助