From 5d4646cf596beb378673000c85255e4ee531bb87 Mon Sep 17 00:00:00 2001 From: Sam Maister Date: Sat, 12 Oct 2024 17:49:29 +0100 Subject: [PATCH] ci: ensure example apps build consecutively --- turbo.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/turbo.json b/turbo.json index 4aa7178..a5706fa 100644 --- a/turbo.json +++ b/turbo.json @@ -31,6 +31,12 @@ }, "test:e2e:store-handlers": { "dependsOn": ["zutron-example-store-handlers#build"] + }, + "zutron-example-separate-handlers#build": { + "dependsOn": ["zutron-example-reducers#build"] + }, + "zutron-example-store-handlers#build": { + "dependsOn": ["zutron-example-separate-handlers#build"] } } }