Browse Source

Update message in CI size report. (#25627)

Clarifies meaning of full and tree-shaken builds.
Don McCurdy 2 years ago
parent
commit
43f7bbe140
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/report-size.yml

+ 4 - 1
.github/workflows/report-size.yml

@@ -117,13 +117,16 @@ jobs:
           edit-mode: replace
           body: |
             ### 📦 Bundle size
+            
+            _Full ESM build, minified and gzipped._
+            
             | Filesize | Gzipped | Diff from `${{ github.ref_name }}` |
             |----------|---------|------|
             | ${{ steps.format.outputs.FILESIZE }} | ${{ steps.format.outputs.FILESIZE_GZIP }} | ${{ steps.format.outputs.FILESIZE_DIFF }} |
 
             ### 🌳 Bundle size after tree-shaking
 
-            _Includes a renderer, camera, and empty scene._
+            _Minimal build including a renderer, camera, empty scene, and dependencies._
 
             | Filesize | Gzipped | Diff from `${{ github.ref_name }}` |
             |----------|---------|------|