Skip to content

Commit 4afe2b6

Browse files
committed
code: removed publishConfig to facilitate e2e testing of npm publish
1 parent 3e11f66 commit 4afe2b6

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

detox/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "detox",
33
"description": "E2E tests and automation for mobile",
4-
"publishConfig": {
5-
"registry": "https://registry.npmjs.org/"
6-
},
74
"version": "9.0.2",
85
"bin": {
96
"detox": "local-cli/detox.js"

lerna.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"packages": [
44
"detox",
55
"detox-cli",
6+
"detox/test",
67
"examples/demo-native-android",
78
"examples/demo-native-ios",
89
"examples/demo-react-native",
910
"examples/demo-react-native-jest",
10-
"detox/test",
1111
"generation"
1212
],
13-
"commands": {
13+
"version": "9.0.2",
14+
"npmClient": "npm",
15+
"command": {
1416
"publish": {
15-
"ignore": [
17+
"ignoreChanges": [
1618
"demo-react-native-jest",
1719
"detox-demo-native-android",
1820
"detox-demo-native-ios",
@@ -21,7 +23,5 @@
2123
"generation"
2224
]
2325
}
24-
},
25-
"version": "9.0.1",
26-
"npmClient": "npm"
26+
}
2727
}

0 commit comments

Comments
 (0)