[ci] yarn format
This commit is contained in:
parent
6789277fd6
commit
48ca42975f
1 changed files with 3 additions and 10 deletions
13
turbo.json
13
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": {
|
||||
|
|
Loading…
Reference in a new issue