Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock dependencies for installation #20

Open
3 tasks
tuler opened this issue May 8, 2024 · 0 comments
Open
3 tasks

Lock dependencies for installation #20

tuler opened this issue May 8, 2024 · 0 comments

Comments

@tuler
Copy link
Member

tuler commented May 8, 2024

📚 Context

Javascript applications (not libraries) should publish a npm-shrinkwrap file in the npm package, so when it's installed it downloads the exact same packages every time, without relying on package resolution as specified in the package.json.

✔️ Solution

We are using a monorepo with pnpm.
npm shrinkwrap is a command that is unaware of monorepos.
Analyze how to do it correctly.

📈 Subtasks

  • research how to properly generate a shrink-wrap file for the CLI
  • change the publishing to include the shrinkwrap

🎯 Definition of Done

  • the exact same dependencies are installed every time for a CLI version
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

No branches or pull requests

1 participant