summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": {