feat: Add comment when file is bigger than original
This commit is contained in:
parent
f6902f3e50
commit
cfb40dc476
|
@ -107,6 +107,8 @@ optimizer_git_image() {
|
||||||
elif [ "$current_size" -lt "$old_size" ]; then
|
elif [ "$current_size" -lt "$old_size" ]; then
|
||||||
git add $file
|
git add $file
|
||||||
git amend-to $last_file_update_commit_hash
|
git amend-to $last_file_update_commit_hash
|
||||||
|
else
|
||||||
|
echo "😳 file '$file' is bigger than original file..."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue