Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 9, 2023
1 parent 6a381ae commit d6e2667
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,32 @@
"outputs": []
},
"detox:android": {
"dependsOn": [
"build:android"
]
"inputs": [
"package.json",
"*.podspec",
"ios",
"src/*.ts",
"src/*.tsx",
"example/package.json",
"example/ios",
"!example/ios/build",
"!example/ios/Pods"
],
"outputs": []
},
"detox:ios": {
"dependsOn": [
"build:ios"
]
"inputs": [
"package.json",
"*.podspec",
"ios",
"src/*.ts",
"src/*.tsx",
"example/package.json",
"example/ios",
"!example/ios/build",
"!example/ios/Pods"
],
"outputs": []
}
}
}

0 comments on commit d6e2667

Please sign in to comment.