Commit 2b4bea8
fix: build theme package before config validation in Primary CI
The Primary CI was failing because test:ci:config requires the @ifla/theme
package to be built, but the workflow was skipping the build step to focus
on environment/infrastructure tests only.
Changes:
- Added theme build step before config validation
- This ensures dist/config/index.js exists for config tests
- Maintains Group 5 testing strategy (environment focus)
- Should now show up properly in Nx Cloud
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 697af93 commit 2b4bea8
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments