From f68ff69e9e45fef3ac639dff50d8d42cc58a7bd7 Mon Sep 17 00:00:00 2001 From: David Barrat Date: Fri, 29 Dec 2023 00:51:24 +0100 Subject: [PATCH] add test cli to the pipeline --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 12718be..cb47a8e 100644 --- a/turbo.json +++ b/turbo.json @@ -14,6 +14,10 @@ "dependsOn": ["@authdog/hydra-core#build"], "outputs": ["@authdog/hydra-cli/**"] }, + "@authdog/hydra-cli#test": { + "dependsOn": ["@authdog/hydra-core#build"], + "outputs": ["@authdog/hydra-cli/**"] + }, "lint": {}, "dev": { "cache": false,