Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 11, 2023
1 parent d6e2667 commit d946b64
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"!example/android/build",
"!example/android/app/build"
],
"outputs": []
"outputs": [
"example/android/app/build/outputs/apk/release/app-release.apk"
]
},
"build:ios": {
"inputs": [
Expand All @@ -28,21 +30,27 @@
"!example/ios/build",
"!example/ios/Pods"
],
"outputs": []
"outputs": [
"example/ios/AgoraRtcNgExample.ipa",
"example/ios/AgoraRtcNgExample.app.dSYM"
]
},
"detox:android": {
"inputs": [
"package.json",
"*.podspec",
"ios",
"android",
"!android/build",
"src/*.ts",
"src/*.tsx",
"example/package.json",
"example/ios",
"!example/ios/build",
"!example/ios/Pods"
"example/android",
"!example/android/.gradle",
"!example/android/build",
"!example/android/app/build"
],
"outputs": []
"outputs": [
"example/android/app/build/outputs/apk/release/app-release.apk"
]
},
"detox:ios": {
"inputs": [
Expand All @@ -56,7 +64,10 @@
"!example/ios/build",
"!example/ios/Pods"
],
"outputs": []
"outputs": [
"example/ios/AgoraRtcNgExample.ipa",
"example/ios/AgoraRtcNgExample.app.dSYM"
]
}
}
}

0 comments on commit d946b64

Please sign in to comment.