diff --git a/turbo.json b/turbo.json index 6fbd6d60e925..bf7f78e2eb4b 100644 --- a/turbo.json +++ b/turbo.json @@ -24,7 +24,7 @@ }, "test:ci": { "outputs": [], - "dependsOn": ["^test", "test"] + "dependsOn": ["^build", "test"] }, "test:single": { "dependsOn": ["^build", "build"]