From 513bf04bb28c511b5c295c5b01767e2b48a649c7 Mon Sep 17 00:00:00 2001 From: domrjchen Date: Fri, 20 Oct 2023 18:49:43 +0800 Subject: [PATCH] Add git lfs commands to DEPS. --- DEPS | 8 ++++++++ README.md | 2 +- sync_deps.sh | 4 +--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 82a769c1..9ba871b6 100644 --- a/DEPS +++ b/DEPS @@ -67,6 +67,14 @@ { "command": "depsync --clean", "dir": "third_party" + }, + { + "command": "git lfs prune", + "dir": "./" + }, + { + "command": "git lfs pull", + "dir": "./" } ] } diff --git a/README.md b/README.md index eec0aab4..93a0f7f7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ many other products, such as [Tencent Docs](https://docs.qq.com) and various vid ## Dependency Management -TGFX uses `depsync` tool to manage third-party dependencies. +TGFX uses [depsync](https://github.com/domchen/depsync) tool to manage third-party dependencies. **For macOS platform:** diff --git a/sync_deps.sh b/sync_deps.sh index c6612e9e..04cd2491 100755 --- a/sync_deps.sh +++ b/sync_deps.sh @@ -30,6 +30,4 @@ for TOOL in ${NODE_REQUIRED_TOOLS[@]}; do fi done -depsync -git lfs prune -git lfs pull +depsync \ No newline at end of file