Skip to content

Commit

Permalink
Merge pull request #1522 from ubuntu/spydon-patch-1
Browse files Browse the repository at this point in the history
docs: Add melos bootstrap to CONTRIBUTING.md
  • Loading branch information
spydon authored Dec 12, 2023
2 parents d278d9b + 464583b commit 698c763
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 698c763

Please sign in to comment.