diff --git a/turbo.json b/turbo.json index 27157f49..d73ff048 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,7 @@ "!android/build", "src/*.ts", "src/*.tsx", - "cpp/**/*", + "cpp/**", "example/package.json", "example/android", "!example/android/.gradle", @@ -21,7 +21,7 @@ "inputs": [ "package.json", "*.podspec", - "cpp/**/*", + "cpp/**", "ios", "src/*.ts", "src/*.tsx",