Skip to content

Commit ee14a82

Browse files
committed
Update test-bundlers.yml
1 parent 37bae75 commit ee14a82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-bundlers.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
# Explicitly fetch Chromium/Chrome binaries required by Puppeteer
4545
npx --yes puppeteer@24 browsers install chrome
4646
47+
- name: 🧱 Build bundler fixtures (component-lib + Vite app)
48+
shell: bash
49+
run: |
50+
cd test/bundler
51+
npm run build.component-lib
52+
npm run build.vite
53+
4754
# Compile the TS bundler spec to JS to avoid installing ts-jest in CI
4855
- name: 🛠️ Compile bundler spec to JS
4956
shell: bash

0 commit comments

Comments
 (0)