diff --git a/turbo.json b/turbo.json index 552e5c0b98..d599d2f1d8 100644 --- a/turbo.json +++ b/turbo.json @@ -2,13 +2,8 @@ "baseBranch": "origin/main", "pipeline": { "build": { - "dependsOn": [ - "^build" - ], - "outputs": [ - "**/dist/**", - "!**/vendor/**" - ] + "dependsOn": ["^build"], + "outputs": ["**/dist/**", "!**/vendor/**"] }, "dev": { "cache": false @@ -20,9 +15,7 @@ "outputs": [] }, "benchmark": { - "dependsOn": [ - "^build" - ], + "dependsOn": ["^build"], "outputs": [] }, "lint": {