forked from BringingFire/rich_clipboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmelos.yaml
33 lines (29 loc) · 830 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
name: rich_clipboard
repository: https://github.com/BringingFire/rich_clipboard
packages:
- rich_clipboard/pubspec.yaml
- rich_clipboard/example/pubspec.yaml
- rich_clipboard_platform_interface/pubspec.yaml
- rich_clipboard_macos/pubspec.yaml
- rich_clipboard_windows/pubspec.yaml
- rich_clipboard_linux/pubspec.yaml
- rich_clipboard_web/pubspec.yaml
- rich_clipboard_android/pubspec.yaml
- rich_clipboard_ios/pubspec.yaml
scripts:
postbootstrap: melos run generate
analyze:
exec: dart analyze .
generate:
exec: flutter pub run build_runner build --delete-conflicting-outputs
select-package:
depends-on: build_runner
test:
run: flutter test -r expanded
exec:
fail-fast: true
select-package:
dir-exists: test
command:
bootstrap:
usePubspecOverrides: true