-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmelos.yaml
More file actions
35 lines (34 loc) · 870 Bytes
/
melos.yaml
File metadata and controls
35 lines (34 loc) · 870 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
name: moengage_flutter
repository: https://github.com/moengage/Flutter-SDK/
command:
bootstrap:
usePubspecOverrides: true
packages:
- packages/*
- packages/*/*
- packages/*/*/*
- example*
scripts:
analyze: melos exec -- flutter analyze
format: melos exec -- dart format .
get: melos exec -- flutter pub get
dry-run: flutter pub publish --dry-run
unittest:
run: melos exec -- flutter test
select-package:
dir-exists:
- test
scope: "*interface*"
update-ios:
description: Update iOS dependencies
exec: $MELOS_ROOT_PATH/scripts/update-version.rb
packageFilters:
scope: '*_ios'
env:
MO_APPLE_VERSIONS: |
{
"MoEngagePluginBase": "6.8.0",
"MoEngagePluginCards": "3.9.0",
"MoEngagePluginGeofence": "4.8.0",
"MoEngagePluginInbox": "4.8.0"
}