invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.07k stars 193 forks source link

request: Add `--no-enforce-lockfile` to `bootstrap` #734

Open spydon opened 2 weeks ago

spydon commented 2 weeks ago

Is there an existing feature request for this?

Command

melos bootstrap --no-enforce-lockfile

Description

Add --no-enforce-lockfile so that melos bs can override the lockfile enforcement from the config file

Reasoning

Sometimes you want to update dependencies, and then you need the lockfiles to update even though you have specified that they should be enforced in the config.

Additional context and comments

No response