diff --git a/turbo.json b/turbo.json index a318b1e..ed8f4c3 100644 --- a/turbo.json +++ b/turbo.json @@ -22,11 +22,11 @@ "outputs": [] }, "test:e2e": { - "dependsOn": ["^build"], + "dependsOn": ["build", "^build"], "outputs": [] }, "test:e2e:dev": { - "dependsOn": ["^build"], + "dependsOn": ["build", "^build"], "outputs": [] } }