Skip to content

Commit 999d56f

Browse files
author
OneStepAt4time
committed
fix(ci): remove duplicate THRESHOLD_KB line from rebase conflict
1 parent 8d2ce9f commit 999d56f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ jobs:
183183
fi
184184
- name: Check bundle size
185185
run: "THRESHOLD_KB=2385\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
186-
run: "THRESHOLD_KB=2380\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
187186
*/__tests__/*\" ! -path \"*/dashboard/*\" -exec du -ck {} + | tail -1 | awk '{print $1}')\nSERVER_SIZE_KB=$((SERVER_SIZE))\n\
188187
echo \"## Bundle Size Report\" >> \"$GITHUB_STEP_SUMMARY\"\necho \"\" >> \"\
189188
$GITHUB_STEP_SUMMARY\"\necho \"| Scope | Size (KB) | Threshold (KB) | Status\
@@ -332,7 +331,6 @@ jobs:
332331
- name: Check bundle size
333332
if: runner.os != 'Windows'
334333
run: "THRESHOLD_KB=2385\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
335-
run: "THRESHOLD_KB=2380\nSERVER_SIZE=$(find dist/ -name \"*.js\" ! -path \"\
336334
*/__tests__/*\" ! -path \"*/dashboard/*\" -exec du -ck {} + | tail -1 | awk '{print $1}')\nSERVER_SIZE_KB=$((SERVER_SIZE))\n\
337335
echo \"## Bundle Size Report\" >> \"$GITHUB_STEP_SUMMARY\"\necho \"\" >> \"\
338336
$GITHUB_STEP_SUMMARY\"\necho \"| Scope | Size (KB) | Threshold (KB) | Status\

0 commit comments

Comments
 (0)