TryGhost
OSS
Ghost
Overview
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29179
59707d07 Fixed Koenig demo build not building workspace dependencies first ref https://linear.app/ghost/issue/BER-3774/ - the Koenig Demo deploy workflow failed on main after the monorepo merge: `nx run @tryghost/koenig-lexical:build:demo` ran vite directly without compiling the workspace kg-* packages it imports, so `@tryghost/kg-default-nodes` (whose entry points are built output) could not be resolved - only the `build` target inherits `dependsOn: ["^build"]` from nx.json targetDefaults; the differently-named `build:demo` target inherited nothing, so its upstream packages were never built in the fresh CI checkout - the target is deliberately left uncached: the demo build inlines VITE_TENOR_API_KEY/VITE_KLIPY_API_KEY via import.meta.env and writes to the same dist dir as the `build` target, so caching could ship stale GIF provider config and lets the two targets clobber each other's restored outputs
by Kevin Ansf...
K
Succeeded
29179
7c93bb05 Fixed Koenig demo build not building workspace dependencies first ref https://github.com/TryGhost/Ghost/actions/runs/28950243952/job/85894753745 - the Koenig Demo workflow failed on main after the monorepo merge because `nx run @tryghost/koenig-lexical:build:demo` ran vite directly without compiling the workspace kg-* packages it imports, so `@tryghost/kg-default-nodes` (whose entry points live in built output) could not be resolved - only the `build` target inherits `dependsOn: ["^build"]` from nx.json targetDefaults; the differently-named `build:demo` target inherited nothing, so its upstream packages were never built in the fresh CI checkout - gave `build:demo` its own target config with `^build`, dist output and caching, matching the existing `dev:integrated`/`test:acceptance` targets
by Kevin Ansf...
K
Succeeded
29179
7c93bb05 Fixed Koenig demo build not building workspace dependencies first ref https://github.com/TryGhost/Ghost/actions/runs/28950243952/job/85894753745 - the Koenig Demo workflow failed on main after the monorepo merge because `nx run @tryghost/koenig-lexical:build:demo` ran vite directly without compiling the workspace kg-* packages it imports, so `@tryghost/kg-default-nodes` (whose entry points live in built output) could not be resolved - only the `build` target inherits `dependsOn: ["^build"]` from nx.json targetDefaults; the differently-named `build:demo` target inherited nothing, so its upstream packages were never built in the fresh CI checkout - gave `build:demo` its own target config with `^build`, dist output and caching, matching the existing `dev:integrated`/`test:acceptance` targets
by Kevin Ansf...
K
Previous page
Previous
Next
Next page