diff options
author | 2022-01-29 16:56:23 +0000 | |
---|---|---|
committer | 2022-01-29 16:56:23 +0000 | |
commit | 48ca42975fe1f8b81f5709143c3b206237925286 (patch) | |
tree | 01e7ab937011b689ea44069cadc9329d4124d452 | |
parent | 6789277fd62215f13e8a35e5cc21277a22e2cd86 (diff) | |
download | astro-48ca42975fe1f8b81f5709143c3b206237925286.tar.gz astro-48ca42975fe1f8b81f5709143c3b206237925286.tar.zst astro-48ca42975fe1f8b81f5709143c3b206237925286.zip |
[ci] yarn format
-rw-r--r-- | turbo.json | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/turbo.json b/turbo.json index 552e5c0b9..d599d2f1d 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": { |