File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ jobs:
183183 fi
184184 - name : Check bundle size
185185 run : " THRESHOLD_KB=2385\n SERVER_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}')\n SERVER_SIZE_KB=$((SERVER_SIZE))\n \
188187 echo \" ## Bundle Size Report\" >> \" $GITHUB_STEP_SUMMARY\"\n echo \"\" >> \" \
189188 $GITHUB_STEP_SUMMARY\"\n echo \" | 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\n SERVER_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}')\n SERVER_SIZE_KB=$((SERVER_SIZE))\n \
337335 echo \" ## Bundle Size Report\" >> \" $GITHUB_STEP_SUMMARY\"\n echo \"\" >> \" \
338336 $GITHUB_STEP_SUMMARY\"\n echo \" | Scope | Size (KB) | Threshold (KB) | Status\
You can’t perform that action at this time.
0 commit comments