Skip to content

Commit

Permalink
refactor(ses): update bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 28, 2024
1 parent 126b437 commit 977925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const writeBundle = async ({ buildType } = {}) => {
);
const versionedBundle = `// ses@${version}\n${bundle}`;

buildType && console.log(`-- Building '${buildType}' version of SES --`);
console.log(`-- Building '${buildType}' version of SES --`);
console.log(`Bundle size: ${versionedBundle.length} bytes`);

let terse;
Expand Down

0 comments on commit 977925e

Please sign in to comment.