Skip to content

chore: eliminar package-lock.json huerfano en desktop-app - #16

Merged
mherrera53 merged 2 commits into
mainfrom
chore/cleanup-lockfile-desktop-app
Jul 4, 2026
Merged

chore: eliminar package-lock.json huerfano en desktop-app#16
mherrera53 merged 2 commits into
mainfrom
chore/cleanup-lockfile-desktop-app

Conversation

@mherrera53

Copy link
Copy Markdown
Owner

PR #15 agrego pnpm-lock.yaml pero nunca borro el package-lock.json viejo ni agrego el campo packageManager a package.json, dejando ambos lockfiles presentes y la eleccion de gestor de paquetes ambigua.

Cambios

  • package.json: agrega packageManager: pnpm@10.32.1
  • Borra package-lock.json

Validacion

  • pnpm install --frozen-lockfile sin errores
  • pnpm run build compila completo

…s packageManager

PR #15 added pnpm-lock.yaml but never removed the old package-lock.json
nor added the packageManager field to package.json, leaving both
lockfiles present and the package manager choice ambiguous.
…k.json)

The original pnpm migration (#15) never touched desktop-app.yml,
release.yml or build-windows.yml -- all three still called 'npm ci'
and cached on desktop-app/package-lock.json. Once that file was
removed here, actions/setup-node failed to resolve the cache path
('Some specified paths were not resolved, unable to cache dependencies'),
breaking Lint and Test on this very PR.
@mherrera53
mherrera53 merged commit 5ed94f0 into main Jul 4, 2026
6 checks passed
@mherrera53
mherrera53 deleted the chore/cleanup-lockfile-desktop-app branch July 4, 2026 06:31
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