-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
38 lines (38 loc) · 821 Bytes
/
lerna.json
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
{
"lerna": "2.4.0",
"packages": [
"detox",
"detox-cli",
"detox/test",
"examples/demo-native-android",
"examples/demo-native-ios",
"examples/demo-react-native",
"examples/demo-react-native-detox-instruments",
"examples/demo-react-native-jest",
"examples/demo-plugin",
"generation",
"."
],
"version": "17.6.1",
"npmClient": "npm",
"command": {
"publish": {
"ignoreChanges": [
"demo-react-native-jest",
"demo-plugin",
"examples/demo-react-native-detox-instruments",
"detox-demo-native-android",
"detox-demo-native-ios",
"detox-demo-react-native",
"detox-test",
"generation",
"."
]
},
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
]
}
}
}