Skip to content

Commit

Permalink
Add git lfs commands to DEPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Oct 20, 2023
1 parent 2421ec8 commit 513bf04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
{
"command": "depsync --clean",
"dir": "third_party"
},
{
"command": "git lfs prune",
"dir": "./"
},
{
"command": "git lfs pull",
"dir": "./"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
4 changes: 1 addition & 3 deletions sync_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ for TOOL in ${NODE_REQUIRED_TOOLS[@]}; do
fi
done

depsync
git lfs prune
git lfs pull
depsync

0 comments on commit 513bf04

Please sign in to comment.