Commit 4d8fa32
committed
fix: use specific JavaScript component exclusions in CI
Replace wildcard exclusion with specific target exclusions for problematic
multi-file JavaScript components. This ensures that:
- hello_js_component (multi-file: index.js + utils.js) is excluded
- calc_js_component (multi-file: calculator.js + types.js) is excluded
- hello_js_bindings (transpilation target) is excluded
- simple_js_component (single-file: simple.js) can still be built
This more precise exclusion prevents Bazel from attempting to build
components with known module resolution issues while allowing
well-functioning single-file components to be tested.1 parent 03a0d2a commit 4d8fa32
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
0 commit comments