We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f598279 + f8efb78 commit 72294cfCopy full SHA for 72294cf
src/index.ts
@@ -575,7 +575,8 @@ async function run() {
575
const file_base_name_lc = file_base_name.toLowerCase();
576
if (old_asset_map.has(file_base_name_lc)) {
577
if (in_delete_rule.has(file_base_name_lc)) {
578
- // Already in delete rule, do nothing.
+ // Already in delete rule, add to upload queue.
579
+ pending_to_upload.push(file_path);
580
console.log(
581
`Overwrite asset file: ${file_base_name} , because it match ${delete_files_pattern}.`
582
);
0 commit comments