Skip to content

Fix pnpm-lock.yaml out of sync after Storybook install - #996

Merged
willtheorangeguy merged 1 commit into
mainfrom
fix/pnpm-lockfile-sync
Aug 8, 2026
Merged

Fix pnpm-lock.yaml out of sync after Storybook install#996
willtheorangeguy merged 1 commit into
mainfrom
fix/pnpm-lockfile-sync

Conversation

@willtheorangeguy

Copy link
Copy Markdown
Owner

Summary

Root cause

The Storybook packages (storybook, @storybook-astro/framework, @storybook/react, etc.) were installed with npm install during setup, which updated package-lock.json but left pnpm-lock.yaml out of sync. The CI uses pnpm with --frozen-lockfile, which fails when the lockfile doesn't match package.json.

Fix

Ran pnpm install on the merged main branch to regenerate pnpm-lock.yaml with all new dependencies included.


Generated by Claude Code

Storybook packages were installed via npm, leaving pnpm-lock.yaml
without the new dependencies. Regenerated with pnpm install so CI
can install with --frozen-lockfile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LgBsw219iQB1xJVRdwbkxN
@willtheorangeguy
willtheorangeguy merged commit b5ef3df into main Aug 8, 2026
8 of 10 checks passed
@willtheorangeguy
willtheorangeguy deleted the fix/pnpm-lockfile-sync branch August 8, 2026 21:24
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.

2 participants