Skip to content

fix: allow @posthog/cli postinstall to run in CI#1664

Merged
ablaszkiewicz merged 1 commit into
mainfrom
fix/allow-posthog-cli-postinstall
Apr 15, 2026
Merged

fix: allow @posthog/cli postinstall to run in CI#1664
ablaszkiewicz merged 1 commit into
mainfrom
fix/allow-posthog-cli-postinstall

Conversation

@ablaszkiewicz
Copy link
Copy Markdown
Contributor

@ablaszkiewicz ablaszkiewicz commented Apr 15, 2026

Self explanatory

The `pnpm.onlyBuiltDependencies` allowlist was missing `@posthog/cli`,
causing its postinstall script to be blocked. Without the postinstall,
the posthog-cli binary is never downloaded, so during the Vite build
the `@posthog/rollup-plugin` triggers a fallback download that races
with parallel processes — producing macOS error -88 / Linux ETXTBSY.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ablaszkiewicz ablaszkiewicz changed the title fix: Allow @posthog/cli postinstall to run in CI fix: allow @posthog/cli postinstall to run in CI Apr 15, 2026
@ablaszkiewicz ablaszkiewicz merged commit ddd2484 into main Apr 15, 2026
15 checks passed
@ablaszkiewicz ablaszkiewicz deleted the fix/allow-posthog-cli-postinstall branch April 15, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants