-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmelos.yaml
46 lines (40 loc) · 1 KB
/
melos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: riverpod_paging_utils
sdkPath: .fvm/flutter_sdk
repository: https://github.com/K9i-0/riverpod_paging_utils
packages:
- .
- example
command:
bootstrap:
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter_riverpod: ^2.5.1
freezed_annotation: ^2.4.1
visibility_detector: ^0.4.0+2
dev_dependencies:
build_runner: ^2.4.9
freezed: ^2.5.2
yumemi_lints: ^2.1.0
hooks:
post: melos run yumemi_lints_update
scripts:
h:
description: Show help
run: dart run scripts/help.dart
build:
description: build_runner build
exec: dart run build_runner build -d
packageFilters:
dependsOn: build_runner
watch:
description: build_runner watch
exec: dart run build_runner watch -d
packageFilters:
dependsOn: build_runner
yumemi_lints_update:
description: Update yumemi_lints configuration
exec: dart run yumemi_lints update
packageFilters:
dependsOn: yumemi_lints