forked from rrousselGit/riverpod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmelos.yaml
More file actions
23 lines (20 loc) · 746 Bytes
/
melos.yaml
File metadata and controls
23 lines (20 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: my_project
packages:
- website
- packages/**
- examples/**
- tools/**
scripts:
# we voluntarily do not use melos inside goldens
postbootstrap: |
cd MELOS_ROOT_PATH/packages/riverpod_cli/fixtures/notifiers/input &&
flutter pub get &&
cd MELOS_ROOT_PATH/packages/riverpod_cli/fixtures/notifiers/golden &&
flutter pub get &&
cd MELOS_ROOT_PATH/packages/riverpod_cli/fixtures/unified_syntax/input &&
flutter pub get &&
cd MELOS_ROOT_PATH/packages/riverpod_cli/fixtures/unified_syntax/golden &&
flutter pub get
generate:
run: melos exec --depends-on=build_runner -- "dart run build_runner build -d"
description: Build all generated files for Dart & Flutter packages in this project.