We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b982aeb commit 70269a8Copy full SHA for 70269a8
scripts/unified-report.js
@@ -19,11 +19,9 @@ const lines = []
19
20
// --- Size section ---
21
if (sizeStatus === 'ready') {
22
- const sizeReport = execFileSync(
23
- 'node',
24
- ['scripts/size-report.js'],
25
- { encoding: 'utf-8' }
26
- ).trimEnd()
+ const sizeReport = execFileSync('node', ['scripts/size-report.js'], {
+ encoding: 'utf-8'
+ }).trimEnd()
27
lines.push(sizeReport)
28
} else if (sizeStatus === 'failed') {
29
lines.push('## 📦 Bundle Size')
0 commit comments