Skip to content

chore: remove package-lock.json (hotfix for Vercel redeploy) - #6

Merged
Pascal-DCG merged 1 commit into
mainfrom
claude/hotfix-remove-package-lock
May 28, 2026
Merged

Pascal-DCG merged 1 commit into
mainfrom
claude/hotfix-remove-package-lock

Conversation

@Pascal-DCG

Copy link
Copy Markdown
Owner

Summary

Entfernt package-lock.json aus main. Die Datei war ueber PR #3 versehentlich entstanden (npm install statt pnpm install) und verwirrt Vercel — bei jedem Redeploy versucht Vercel npm statt pnpm zu benutzen und stolpert ueber das veraltete Lockfile.

pnpm-lock.yaml bleibt als einzige Source-of-Truth.

Test plan

  • Vercel-Redeploy laeuft jetzt sauber durch
  • CI bleibt gruen

Verhaeltnis zu PR #5

PR #5 entfernt die Datei ebenfalls als Teil des Phase 3-8 Merges. Dieser Hotfix loest das Vercel-Problem sofort, ohne auf den groesseren Merge zu warten.

https://claude.ai/code/session_01G1v5ZGvnrS5hb6eX2hfxKb


Generated by Claude Code

Vercel was incorrectly using npm with the outdated package-lock.json
on main, blocking redeploys. pnpm-lock.yaml is the only source of truth.

https://claude.ai/code/session_01G1v5ZGvnrS5hb6eX2hfxKb
@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kommit Error Error May 28, 2026 9:48pm

@Pascal-DCG
Pascal-DCG merged commit c006769 into main May 28, 2026
2 of 3 checks passed
@Pascal-DCG
Pascal-DCG deleted the claude/hotfix-remove-package-lock branch May 28, 2026 22:15

This branch had an error being deployed

1 failed deployment
Preview — 2640f590 Deployed May 28, 2026 by vercel[bot]
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