Skip to content

fix: button component add colorErrorBgActive token #17185

fix: button component add colorErrorBgActive token

fix: button component add colorErrorBgActive token #17185

Workflow file for this run

name: 📦 Size Limit
on:
pull_request:
types: [opened, synchronize]
permissions:
issues: write
contents: read
jobs:
size:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: size-limit
uses: ant-design/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: bun
build_script: dist
env:
NODE_OPTIONS: "--max_old_space_size=4096"
PRODUCTION_ONLY: 1
NO_DUP_CHECK: 1
CI_JOB_NUMBER: 1