Skip to content

Commit cf43d19

Browse files
author
Hephaestus
committed
chore(ci): bump bundle threshold to 2380KB for transport extraction
1 parent 42de54e commit cf43d19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
kill "$AEGIS_PID" || true
183183
fi
184184
- name: Check bundle size
185-
run: "THRESHOLD_KB=2370\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
185+
run: "THRESHOLD_KB=2380\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
186186
*/__tests__/*\" ! -path \"*/dashboard/*\" -exec du -ck {} + | tail -1 | awk '{print $1}')\nSERVER_SIZE_KB=$((SERVER_SIZE))\n\
187187
echo \"## Bundle Size Report\" >> \"$GITHUB_STEP_SUMMARY\"\necho \"\" >> \"\
188188
$GITHUB_STEP_SUMMARY\"\necho \"| Scope | Size (KB) | Threshold (KB) | Status\
@@ -330,7 +330,7 @@ jobs:
330330
}
331331
- name: Check bundle size
332332
if: runner.os != 'Windows'
333-
run: "THRESHOLD_KB=2370\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
333+
run: "THRESHOLD_KB=2380\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
334334
*/__tests__/*\" ! -path \"*/dashboard/*\" -exec du -ck {} + | tail -1 | awk '{print $1}')\nSERVER_SIZE_KB=$((SERVER_SIZE))\n\
335335
echo \"## Bundle Size Report\" >> \"$GITHUB_STEP_SUMMARY\"\necho \"\" >> \"\
336336
$GITHUB_STEP_SUMMARY\"\necho \"| Scope | Size (KB) | Threshold (KB) | Status\

0 commit comments

Comments
 (0)