mirror of
https://github.com/teamchong/pxpipe.git
synced 2026-07-22 02:02:51 +02:00
chore(deps): swap to pnpm-lock.yaml as source of truth
The repo uses pnpm (packageManager pinned in package.json, pnpm-lock.yaml tracked, pnpm-workspace.yaml present) but package-lock.json was also tracked from an earlier npm install. Dependabot reads stale npm metadata from it that doesn't match what pnpm actually installs. - Untrack and delete package-lock.json - Add it to .gitignore so a stray npm install can't reintroduce it
This commit is contained in:
@@ -3,6 +3,8 @@ node_modules/
|
||||
dist/
|
||||
build/
|
||||
*.log
|
||||
# pnpm is the package manager — npm's lockfile is not the source of truth
|
||||
package-lock.json
|
||||
|
||||
# Cloudflare Workers
|
||||
.wrangler/
|
||||
|
||||
Generated
-4270
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user