TryGhost
OSS
Ghost
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
nx run ghost:test:integration
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx run ghost:test:integration
Click to copy
Linux
4 CPU cores
read-write
access token used
6237fd86
28972