From f6bb6fd2e19a9b062281b316fa55b7e5a989b1ce Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Fri, 21 Jun 2024 11:13:25 +0200 Subject: [PATCH] WIP --- tests/schema/turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/schema/turbo.json b/tests/schema/turbo.json index 220d284ec..84a5c142b 100644 --- a/tests/schema/turbo.json +++ b/tests/schema/turbo.json @@ -1,6 +1,9 @@ { "extends": ["//"], "pipeline": { + "prep": { + "dependsOn": ["^prep"] + }, "test:integration": { "dependsOn": ["@custom/cms#prep"] },