From 48ca42975fe1f8b81f5709143c3b206237925286 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Sat, 29 Jan 2022 16:56:23 +0000 Subject: [PATCH] [ci] yarn format --- turbo.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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": {