Skip to content

Commit 2ffa524

Browse files
committed
perf: Improve turbo's configuration to allow for more caching
1 parent e8de18b commit 2ffa524

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

turbo.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cache": true,
2626
"outputLogs": "new-only",
2727
"dependsOn": ["^build"],
28-
"outputs": [".next/**", "!.next/cache/**", "dist/**", "ios/**", "android/**"],
28+
"outputs": [".tsup/**", ".expo/**", "!.expo/cache/**", "dist/**", "ios/**", "android/**"],
2929
"inputs": [
3030
"$TURBO_DEFAULT$",
3131
"!README.md",
@@ -41,14 +41,8 @@
4141
"typecheck": {
4242
"cache": false
4343
},
44-
"prettier": {
45-
"cache": false
46-
},
47-
"format:eslint": {
48-
"cache": false
49-
},
50-
"format:prettier": {
51-
"cache": false
52-
}
44+
"prettier": {},
45+
"format:eslint": {},
46+
"format:prettier": {}
5347
}
5448
}

0 commit comments

Comments
 (0)