forked from Sub6Resources/flutter_html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
melos.yaml
31 lines (25 loc) · 751 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
name: flutter_html
repository: https://github.com/sub6resources/flutter_html
packages:
- packages/*
- .
- example
command:
bootstrap:
usePubspecOverrides: true
runPubGetInParallel: false
version:
includeCommitId: true
scripts:
analyze:
exec: flutter analyze . --fatal-infos
test:selective_unit_test:
run: melos exec --dir-exists="test" --fail-fast -- flutter test --no-pub --coverage
description: Run Flutter tests for a specific package in this project.
select-package:
flutter: true
dir-exists: test
test:
run: melos run test:selective_unit_test --no-select
description: Run all Flutter tests in this project.
gen_coverage: melos exec -- "\$MELOS_ROOT_PATH/combine_coverage.sh"