Skip to content

feat(addon-doc): improve search #2584

feat(addon-doc): improve search

feat(addon-doc): improve search #2584

name: ⚙️ Bundle size
on:
push:
branches: [main]
pull_request:
types: [synchronize, opened, reopened]
jobs:
tracking:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected]
- uses: taiga-family/ci/actions/[email protected]
- run: npx nx build demo
- name: Run BundleMon
continue-on-error: true
run: npx --yes bundlemon --config .github/.bundlemonrc.json
env:
CI_COMMIT_SHA: ${{ env.CI_COMMIT_SHA }}