Add bundle-size gate script for CI

This commit is contained in:
2026-04-15 16:20:55 +03:00
parent 3c17459b4e
commit 1b0f15b082
3 changed files with 93 additions and 1 deletions
+3
View File
@@ -40,6 +40,9 @@ jobs:
- name: Build both targets
run: pnpm build:both
- name: Bundle size gate
run: pnpm bundle-size
- name: Validate MF manifest
run: |
MANIFEST=$(find dist/remote -name "mf-manifest.json" | head -1)