TryGhost
OSS
Ghost
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
28972
811d866c Removed parse-email-address prepare script that broke Docker dev build The prepare: pnpm build script (added in #28969) runs during pnpm install, including inside the ghost-dev Docker image build. That stage only copies workspace package.json files into the image (not src/), so tsc finds no input files and exits 1 with help output. Docker build fails, pnpm dev cannot start. Removed the prepare hook. Type resolution for the build/index.d.ts output still works for developers who have run a prior build (pnpm build inside ghost/parse-email-address) or who run ghost/core lint:types (which explicitly builds parse-email-address first). A more robust fix for the type-resolution gap would be to surface src as the types path in the exports field; tracking separately. ref #28969 no ref
by Steve Larson
S
Previous page
Previous
Next
Next page