From 8b081a536ab0e53c664e386190373ce4d7bc0343 Mon Sep 17 00:00:00 2001 From: "Ayman E. Barghout" Date: Tue, 19 Dec 2023 08:12:33 +0100 Subject: [PATCH] Update docs/commands/bootstrap.mdx for clarity Co-authored-by: Lukas Klingsbo --- docs/commands/bootstrap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/bootstrap.mdx b/docs/commands/bootstrap.mdx index 4334a980..e82a9c15 100644 --- a/docs/commands/bootstrap.mdx +++ b/docs/commands/bootstrap.mdx @@ -87,7 +87,7 @@ melos bootstrap --diff="main" ## Bootstrap flags - `--no-example` flag to exclude flutter package's example's dependencies (https://github.com/dart-lang/pub/pull/3856) - - This will run `pub get` with the `--no-example` + - This will run `pub get` with the `--no-example` flag. - `--enforce-lockfile` flag to enforce versions from `.lock` files - Ensure .lock files exist, as failure may occur if they're not checked in.