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"] },