Skip to content

Commit

Permalink
(#10) update scripts [pack-all-force]
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 27, 2024
1 parent 267266d commit ee8452a
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 @@ -22,7 +22,6 @@ directory_contains_changes() {
[[ "$FORCE_PACK_ALL" == true ]] || [[ $(echo "$CHANGED_FILES" | grep -c "$dir") -gt 0 ]]
}

# Process each package directory
for dir in "$base_dir"/*/
do
package_name=${dir##*/}
Expand Down

0 comments on commit ee8452a

Please sign in to comment.