Skip to content

feat(shadcn): improve chat transcript UX + live agent session on preview #3283

feat(shadcn): improve chat transcript UX + live agent session on preview

feat(shadcn): improve chat transcript UX + live agent session on preview #3283

Workflow file for this run

name: 'size'
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
react-size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- name: Use Node.js 20
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: pnpm --filter @livekit/components-react --reporter-hide-prefix exec size-limit --json
package_manager: pnpm
build_script: build:react