Commit cc17c61
committed
Fix race condition: website build waits for blueprints schema
The website vite build was sometimes starting before the blueprints
schema validator file was fully generated, causing intermittent CI
failures with 'invalid JS syntax' errors. Adding an explicit dependency
ensures the schema generation completes first.1 parent b28a19b commit cc17c61
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments