Skip to content

Commit e03a9dd

Browse files
committed
Add comment to clarify
1 parent a2c1732 commit e03a9dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/bundle_size_test/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ runs:
1515

1616
- name: Check bundle sizes
1717
working-directory: ${{ inputs.cwd }}
18+
# NOTE: A bug prevented us from running bundlesize with a config file:
19+
# npx bundlesize --scope ${{ github.action_path }}/bundlesize.config.json
20+
# For more details, see https://github.com/siddharthkp/bundlesize/issues/326
1821
run: |-
1922
json_string='${{ inputs.config }}'
2023

0 commit comments

Comments
 (0)