Skip to content

Commit

Permalink
(#2) update scripts [pack-all-force]
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 26, 2024
1 parent 2466eb5 commit e374064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/pack-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ echo "$divider"
echo "Starting packaging process"
echo "$divider"

# Function to check if a directory has changes
directory_contains_changes() {
local dir="$1"
[[ "$FORCE_PACK_ALL" == true ]] || [[ $(echo "$CHANGED_FILES" | grep -c "$dir") -gt 0 ]]
Expand Down

0 comments on commit e374064

Please sign in to comment.