aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-02-08 15:35:18 +0000
committerMohamed Bassem <me@mbassem.com>2026-02-08 18:13:53 +0000
commitd215a23b82a397bab80b2b5dcde8a647ccd2b329 (patch)
treebfaed214f32f1df7f27131b895dfdd56cc3f8097 /turbo.json
parentb05a7531b76d580fc2378d3fed12f57e5f4b35b1 (diff)
downloadkarakeep-d215a23b82a397bab80b2b5dcde8a647ccd2b329.tar.zst
chore: add pnpm test to the root package
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
},