File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 workspace_name : ' @launchdarkly/js-sdk-common'
2727 workspace_path : packages/shared/common
28+ - name : Check package size
29+ if : github.event_name == 'pull_request' && matrix.version == '21'
30+ uses : ./actions/package-size
31+ with :
32+ github_token : ${{ secrets.GITHUB_TOKEN }}
33+ target_file : ' packages/shared/common/dist/esm/index.mjs'
34+ package_name : ' @launchdarkly/js-sdk-common'
35+ pr_number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 2222 with :
2323 workspace_name : ' @launchdarkly/js-client-sdk-common'
2424 workspace_path : packages/shared/sdk-client
25+ - name : Check package size
26+ if : github.event_name == 'pull_request' && matrix.version == '21'
27+ uses : ./actions/package-size
28+ with :
29+ github_token : ${{ secrets.GITHUB_TOKEN }}
30+ target_file : ' packages/shared/sdk-client/dist/esm/index.mjs'
31+ package_name : ' @launchdarkly/js-client-sdk-common'
32+ pr_number : ${{ github.event.number }}
You can’t perform that action at this time.
0 commit comments