Skip to content

Remove no-resolution flag and add --exclude-entrypoints when running are-the-types-wrong during CI #585

Remove no-resolution flag and add --exclude-entrypoints when running are-the-types-wrong during CI

Remove no-resolution flag and add --exclude-entrypoints when running are-the-types-wrong during CI #585

Workflow file for this run

name: Bundle Size
on: [pull_request]
jobs:
build:
name: Check compressed size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'