-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (34 loc) · 804 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (34 loc) · 804 Bytes
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
name: raiser_workspace
publish_to: none
environment:
sdk: ^3.10.4
workspace:
- packages/raiser
- packages/raiser_annotation
- packages/raiser_generator
dev_dependencies:
melos: ^7.3.0
melos:
ignore:
- packages/**/example
scripts:
sync_changelog:
run: |
for dir in packages/*; do
if [ -d "$dir" ] && [ -f "$dir/pubspec.yaml" ]; then
cp CHANGELOG.md "$dir/CHANGELOG.md"
fi
done
description: Copy root CHANGELOG.md into each package.
analyze:
run: dart analyze .
description: Run static analysis in all packages.
exec:
failFast: true
test:
run: dart test
description: Run all package tests.
exec:
failFast: true
packageFilters:
dirExists: test