Skip to content

Commit

Permalink
)))
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Dec 17, 2024
1 parent 1da13ac commit ce4cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
const size = sizes[packageName];
const sizePR = sizesPR[packageName];
return [packageName, formatSize(size), sizePR === size ? 'No change' : formatSize(sizePR)];
}));
})));
core.summary.write();

0 comments on commit ce4cd6a

Please sign in to comment.