From a4bdc530f3a6b869aa06cc51ceb3c8fe76fdf5b7 Mon Sep 17 00:00:00 2001 From: "Ayman E. Barghout" Date: Mon, 4 Dec 2023 14:39:20 +0100 Subject: [PATCH] Update enforcing lock files to be inclusive of Dart as well as Flutter Co-authored-by: Lukas Klingsbo --- packages/melos/lib/src/workspace_configs.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/melos/lib/src/workspace_configs.dart b/packages/melos/lib/src/workspace_configs.dart index 8d8f546a..c088315e 100644 --- a/packages/melos/lib/src/workspace_configs.dart +++ b/packages/melos/lib/src/workspace_configs.dart @@ -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. ///