Skip to content

Commit

Permalink
Update enforcing lock files to be inclusive of Dart as well as Flutter
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Klingsbo <[email protected]>
  • Loading branch information
Ayman-Barghout and spydon authored Dec 4, 2023
1 parent e4b1c38 commit a4bdc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/lib/src/workspace_configs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class BootstrapCommandConfigs {
/// The default is `false`.
final bool runPubGetOffline;

/// Whether `pubspec.lock` is enforced when running `flutter pub get` or not.
/// Whether `pubspec.lock` is enforced when running `pub get` or not.
/// Useful when you want to ensure the same versions of dependencies are used
/// across different environments/machines.
///
Expand Down

0 comments on commit a4bdc53

Please sign in to comment.