From d6e26672ac75bd00a35b6ca2d3a870e8d8aa914e Mon Sep 17 00:00:00 2001 From: HUI Date: Mon, 9 Oct 2023 20:07:52 +0800 Subject: [PATCH] [WIP] --- turbo.json | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/turbo.json b/turbo.json index 3034ee4e..d9c10422 100644 --- a/turbo.json +++ b/turbo.json @@ -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": [] } } } \ No newline at end of file