Skip to content

Commit b2e3bc3

Browse files
ralyodioclaude
andcommitted
Add pnpm-lock.yaml and stop gitignoring it so CI passes
The CI (ci.yml) and test (test.yml) workflows use `cache: pnpm` and `pnpm install --frozen-lockfile`, both of which require a committed pnpm-lock.yaml. The repo declared `packageManager: pnpm@10.6.5` but .gitignore excluded the lockfile, so the workflows failed at the setup-node step with "Dependencies lock file is not found". - Remove pnpm-lock.yaml from .gitignore - Commit the lockfile generated with pnpm 10.6.5 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 65180dc commit b2e3bc3

2 files changed

Lines changed: 691 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ yarn-debug.log*
88
yarn-error.log*
99
.pnpm-debug.log*
1010

11-
pnpm-lock.yaml
1211
ffmpeg_build/
1312

1413
# Environment variables

0 commit comments

Comments
 (0)