Skip to content

Commit 1ac031a

Browse files
[autofix.ci] apply automated fixes
1 parent e12dce3 commit 1ac031a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

turbo.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,18 @@
1212
"persistent": true
1313
},
1414
"test": {
15-
"dependsOn": [
16-
"^test"
17-
]
15+
"dependsOn": ["^test"]
1816
},
1917
"lint": {
2018
"outputs": [],
21-
"dependsOn": [
22-
"^lint"
23-
]
19+
"dependsOn": ["^lint"]
2420
},
2521
"format": {
2622
"outputs": []
2723
},
2824
"start": {
29-
"dependsOn": [
30-
"^build"
31-
],
25+
"dependsOn": ["^build"],
3226
"cache": false
3327
}
3428
}
35-
}
29+
}

0 commit comments

Comments
 (0)