diff --git a/turbo.json b/turbo.json index 5a06ec68..a4935a13 100644 --- a/turbo.json +++ b/turbo.json @@ -27,20 +27,20 @@ "outputs": [""] }, "test": { - "dependsOn": ["^build"], + "dependsOn": ["build"], "outputs": [""] }, "test:watch": { - "dependsOn": ["^build"], + "dependsOn": ["build"], "persistent": true, "cache": false }, "test:e2e": { - "dependsOn": ["^build"], + "dependsOn": ["build"], "outputs": [""] }, "test:e2e:watch": { - "dependsOn": ["^build"], + "dependsOn": ["build"], "persistent": true, "cache": false }