File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 kill "$AEGIS_PID" || true
183183 fi
184184 - name : Check bundle size
185- run : " THRESHOLD_KB=2370 \n SERVER_SIZE=$(find dist/ -name \" *.js\" ! -path \" \
185+ run : " THRESHOLD_KB=2380 \n SERVER_SIZE=$(find dist/ -name \" *.js\" ! -path \" \
186186 */__tests__/*\" ! -path \" */dashboard/*\" -exec du -ck {} + | tail -1 | awk '{print $1}')\n SERVER_SIZE_KB=$((SERVER_SIZE))\n \
187187 echo \" ## Bundle Size Report\" >> \" $GITHUB_STEP_SUMMARY\"\n echo \"\" >> \" \
188188 $GITHUB_STEP_SUMMARY\"\n echo \" | 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 \n SERVER_SIZE=$(find dist/ -name \" *.js\" ! -path \" \
333+ run : " THRESHOLD_KB=2380 \n SERVER_SIZE=$(find dist/ -name \" *.js\" ! -path \" \
334334 */__tests__/*\" ! -path \" */dashboard/*\" -exec du -ck {} + | tail -1 | awk '{print $1}')\n SERVER_SIZE_KB=$((SERVER_SIZE))\n \
335335 echo \" ## Bundle Size Report\" >> \" $GITHUB_STEP_SUMMARY\"\n echo \"\" >> \" \
336336 $GITHUB_STEP_SUMMARY\"\n echo \" | Scope | Size (KB) | Threshold (KB) | Status\
You can’t perform that action at this time.
0 commit comments