From 1b66ac7ba528679788ebd16713ada333af0c943e Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Mon, 18 Nov 2024 17:04:52 +0700 Subject: [PATCH] Change turbo --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 5ec77b7c..e5c3058c 100644 --- a/turbo.json +++ b/turbo.json @@ -7,7 +7,7 @@ "android", "!android/build", "src/*.ts", - "src/tests/*.tsx", + "src/tests/*.ts", "example/package.json", "example/android", "cpp", @@ -24,7 +24,7 @@ "ios", "cpp", "src/*.ts", - "src/tests/*.tsx", + "src/tests/*.ts", "example/package.json", "example/ios", "!example/ios/build",