-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmelos.yaml
35 lines (30 loc) · 949 Bytes
/
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
name: fitness-application-melos
packages:
- packages/flutter_no_internet_widget
- packages/flutter_no_internet_widget/example
scripts:
analyze:
run: |
melos exec -c 5 -- \
dart analyze . --fatal-infos
build-runner:
description: Generate environment configuration, assets and other code generation
packageFilters:
flutter: true
dirExists: lib
scope: fitness_app
run: melos exec dart run build_runner clean && melos exec dart run build_runner build -d
locale-gen:
description: Generate localization
packageFilters:
flutter: true
dirExists: lib
scope: fitness_app
exec: dart run easy_localization:generate -f keys -o locale_keys.g.dart -O ./lib/gen -S assets/l10n
build-apk:
description: Generate localization
packageFilters:
flutter: true
dirExists: lib
scope: fitness_app
exec: flutter build apk -t lib/main_development.dart