aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index 8772c058..d2022436 100644
--- a/turbo.json
+++ b/turbo.json
@@ -57,6 +57,12 @@
"node_modules/.cache/tsbuildinfo.json"
]
},
+ "test": {
+ "dependsOn": [
+ "^topo"
+ ],
+ "cache": false
+ },
"clean": {
"cache": false
},