diff --git a/scripts/run b/scripts/run index 0b3bcf5..cfe6982 100755 --- a/scripts/run +++ b/scripts/run @@ -107,6 +107,8 @@ optimizer_git_image() { elif [ "$current_size" -lt "$old_size" ]; then git add $file git amend-to $last_file_update_commit_hash + else + echo "😳 file '$file' is bigger than original file..." fi done }