summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-01-29 16:56:23 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-29 16:56:23 +0000
commit48ca42975fe1f8b81f5709143c3b206237925286 (patch)
tree01e7ab937011b689ea44069cadc9329d4124d452
parent6789277fd62215f13e8a35e5cc21277a22e2cd86 (diff)
downloadastro-48ca42975fe1f8b81f5709143c3b206237925286.tar.gz
astro-48ca42975fe1f8b81f5709143c3b206237925286.tar.zst
astro-48ca42975fe1f8b81f5709143c3b206237925286.zip
[ci] yarn format
-rw-r--r--turbo.json13
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": {