Skip to content

fix: keep leading no-op operations from consuming undo-step boundaries #3513

fix: keep leading no-op operations from consuming undo-step boundaries

fix: keep leading no-op operations from consuming undo-step boundaries #3513

Workflow file for this run

name: bundle-stats
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
bundle-stats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
cache: pnpm
node-version: lts/*
- name: Install project dependencies
run: pnpm install
- uses: rexxars/bundle-stats@v1
with:
packages: "packages/editor, packages/markdown"
build-command: pnpm build --filter @portabletext/editor... --filter @portabletext/markdown...
ignore: "test, test/vitest"