[ci] yarn format

This commit is contained in:
FredKSchott 2022-01-29 16:56:23 +00:00 committed by GitHub Actions
parent 6789277fd6
commit 48ca42975f

View file

@ -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": {