Ai
4 Star 2 Fork 2

Gitee 极速下载/API-Umbrella

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/NREL/api-umbrella
克隆/下载
distclean 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Muerdter 提交于 2018-08-10 22:37 +08:00 . Update dependencies.
#!/usr/bin/env bash
set -e -u -x
source ./tasks/helpers.sh
if [ ! -f "$SOURCE_DIR/Taskfile.yml" ]; then
echo "Can't find root source directory"
exit 1
fi
rm -rf \
"$SOURCE_DIR/.bundle" \
"$SOURCE_DIR/.task"/* \
"$SOURCE_DIR/build/package/work" \
"$SOURCE_DIR/build/work"/* \
"$SOURCE_DIR/src/api-umbrella/admin-ui/node_modules" \
"$SOURCE_DIR/src/api-umbrella/web-app/.bundle" \
"$SOURCE_DIR/src/api-umbrella/web-app/tmp"/* \
"$SOURCE_DIR/test/config/.overrides.yml" \
"$SOURCE_DIR/test/tmp"/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/mirrors/API-Umbrella.git
git@gitee.com:mirrors/API-Umbrella.git
mirrors
API-Umbrella
API-Umbrella
main

搜索帮助