Skip to content

Commit

Permalink
chore: added detox workspace to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 committed Dec 17, 2024
1 parent 3088752 commit f9625d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion detox-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "detox-tests",
"version": "1.0.0",
"main": "index.js",
"main": "e2e/jest.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,8 @@
"@react-native/assets-registry": "patch:@react-native/assets-registry@npm%3A0.75.2#~/.yarn/patches/@react-native-assets-registry-npm-0.75.2-553af80bf2.patch",
"react-native-code-push": "patch:react-native-code-push@npm%3A8.3.1#~/.yarn/patches/react-native-code-push-npm-8.3.1-9608679893.patch",
"@react-native/gradle-plugin": "patch:@react-native/gradle-plugin@npm%3A0.75.2#~/.yarn/patches/@react-native-gradle-plugin-npm-0.75.2-3de59c69c5.patch"
}
}
},
"workspaces": [
"detox-tests"
]
}

0 comments on commit f9625d9

Please sign in to comment.