From 20cd8a483e04b5e14d4433cae4c7a2b2d206720c Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Mon, 9 Sep 2024 19:13:10 -0700 Subject: [PATCH] chore: updates turbo pipelines --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index a6abdaf7b..fff544011 100644 --- a/turbo.json +++ b/turbo.json @@ -48,6 +48,9 @@ }, "@orama/tokenizers#build": { "dependsOn": ["@orama/orama#build"] + }, + "@orama/switch#build": { + "dependsOn": ["@orama/orama#build"] } } }