We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bae75 commit ee14a82Copy full SHA for ee14a82
.github/workflows/test-bundlers.yml
@@ -44,6 +44,13 @@ jobs:
44
# Explicitly fetch Chromium/Chrome binaries required by Puppeteer
45
npx --yes puppeteer@24 browsers install chrome
46
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
+
54
# Compile the TS bundler spec to JS to avoid installing ts-jest in CI
55
- name: 🛠️ Compile bundler spec to JS
56
shell: bash
0 commit comments