[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",
|
"baseBranch": "origin/main",
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": [
|
"dependsOn": ["^build"],
|
||||||
"^build"
|
"outputs": ["**/dist/**", "!**/vendor/**"]
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"**/dist/**",
|
|
||||||
"!**/vendor/**"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"cache": false
|
"cache": false
|
||||||
|
@ -20,9 +15,7 @@
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
"benchmark": {
|
"benchmark": {
|
||||||
"dependsOn": [
|
"dependsOn": ["^build"],
|
||||||
"^build"
|
|
||||||
],
|
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|
Loading…
Reference in a new issue