Skip to content

fix(heatmap): HeatmapCell properties other than value should be optional #1390

fix(heatmap): HeatmapCell properties other than value should be optional

fix(heatmap): HeatmapCell properties other than value should be optional #1390

Workflow file for this run

name: Bundle size report
on:
pull_request:
branches: [v6]
jobs:
size-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- uses: preactjs/compressed-size-action@v2
with:
build-script: 'build:prod'
pattern: '{**/lib/**/*.js,**/*-theme/**/*.{js,css}}'