Skip to content

Fix Pages deploy: point workflow and lockfile at renamed vessel-react package#215

Merged
nahiyankhan merged 1 commit into
mainfrom
fix/deploy-pages-vessel-react
Jul 9, 2026
Merged

Fix Pages deploy: point workflow and lockfile at renamed vessel-react package#215
nahiyankhan merged 1 commit into
mainfrom
fix/deploy-pages-vessel-react

Conversation

@nahiyankhan

Copy link
Copy Markdown
Collaborator

The Pages deploy workflow (run 29028833507) failed because apps/docs couldn't resolve @design-intelligence/vessel-react after the package was renamed from packages/vessel in #207.

Two stale references:

  • pnpm-lock.yaml still linked ghost-docslink:../../packages/vessel, so pnpm install --frozen-lockfile created a dangling symlink and tsc failed with TS2307.
  • .github/workflows/deploy-pages.yml filtered on the old package name @design-intelligence/vessel for the build:lib and build:registry steps.

Verified locally: DEPLOY_BASE=/ghost/ pnpm --filter ghost-docs build now passes after a clean pnpm install --frozen-lockfile.

@nahiyankhan nahiyankhan merged commit 15cb2cc into main Jul 9, 2026
5 checks passed
@nahiyankhan nahiyankhan deleted the fix/deploy-pages-vessel-react branch July 9, 2026 15:30
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.

1 participant