Add bundle-size gate script for CI
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user