From b7c779e753cb0dc019d3cbcaaa24024aef86a0d1 Mon Sep 17 00:00:00 2001 From: domrjchen Date: Thu, 24 Feb 2022 14:28:25 +0800 Subject: [PATCH] add 'git lfs prune' to sync_deps.sh --- sync_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sync_deps.sh b/sync_deps.sh index ae7319c5be..4aa669e172 100755 --- a/sync_deps.sh +++ b/sync_deps.sh @@ -29,3 +29,4 @@ for TOOL in ${NODE_REQUIRED_TOOLS[@]}; do done depsync +git lfs prune > /dev/null