Skip to content

Commit

Permalink
Modify turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 1, 2024
1 parent 7fc13cd commit 0bf7aff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"android",
"!android/build",
"src/*.ts",
"src/tests/*.ts",
"example/src/tests/**.ts",
"example/package.json",
"example/android",
"cpp/*.cpp",
"cpp/**.cpp",
"cpp/**/*.c",
"cpp/*.h",
"!example/android/.gradle",
"!example/android/build",
Expand All @@ -23,10 +24,11 @@
"package.json",
"*.podspec",
"ios",
"cpp/*.cpp",
"cpp/**/*.cpp",
"cpp/**/*.c",
"cpp/*.h",
"src/*.ts",
"src/tests/*.ts",
"example/src/tests/**.ts",
"example/package.json",
"example/ios",
"!example/ios/build",
Expand Down

0 comments on commit 0bf7aff

Please sign in to comment.