chore: eliminar package-lock.json huerfano en desktop-app - #16
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Validacion