aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/turbo.json b/turbo.json
index bbd50fe8..8772c058 100644
--- a/turbo.json
+++ b/turbo.json
@@ -19,7 +19,8 @@
"next-env.d.ts",
".expo/**",
".output/**",
- ".vercel/output/**"
+ ".vercel/output/**",
+ "dist/**"
]
},
"dev": {
@@ -28,7 +29,13 @@
},
"format": {
"outputs": [
- "node_modules/.cache/.prettiercache"
+ "node_modules/.cache/prettier/.prettier-cache"
+ ],
+ "outputLogs": "new-only"
+ },
+ "format:fix": {
+ "outputs": [
+ "node_modules/.cache/prettier/.prettier-cache"
],
"outputLogs": "new-only"
},
@@ -37,6 +44,11 @@
"^topo"
]
},
+ "lint:fix": {
+ "dependsOn": [
+ "^topo"
+ ]
+ },
"typecheck": {
"dependsOn": [
"^topo"