From 464583b794c66a1a024a513544f1233d300b9ea6 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Tue, 12 Dec 2023 09:48:29 +0100 Subject: [PATCH] docs: Add melos bootstrap to CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4538d69de..d0a0611d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,6 +79,13 @@ Install Melos: dart pub global activate melos ``` +Bootstrap the monorepo: +``` +melos bootstrap +``` + +`melos bootstrap` connects all the local packages/apps to each other with the help of `pubspec_overrides.yaml` files, and it also runs `pub get` in all packages/apps. + ### Building and running the binaries You can run the application with