From d215a23b82a397bab80b2b5dcde8a647ccd2b329 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 8 Feb 2026 15:35:18 +0000 Subject: chore: add pnpm test to the root package --- package.json | 1 + turbo.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/package.json b/package.json index 6effc7a8..cf2de668 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "format:fix": "turbo --no-daemon format:fix --continue", "lint": "turbo --no-daemon lint --continue", "lint:fix": "turbo --no-daemon lint:fix --continue", + "test": "turbo --no-daemon test", "typecheck": "turbo --no-daemon typecheck", "preflight": "turbo run --no-daemon typecheck lint format", "preflight:fix": "turbo run --no-daemon typecheck lint:fix format:fix" 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 }, -- cgit v1.2.3-70-g09d2