revert "chore: optimize Turbo pipelines" (#7237)

This commit is contained in:
Noel
2022-01-09 23:22:25 +01:00
committed by GitHub
parent 56b69a749a
commit b2dfb2ec70

View File

@@ -67,33 +67,20 @@
] ]
}, },
"test": { "test": {
"outputs": [
"coverage/**"
]
},
"rest#test": {
"dependsOn": [ "dependsOn": [
"build" "^build"
], ],
"outputs": [
"coverage/**"
]
},
"lint": {
"outputs": [] "outputs": []
}, },
"rest#lint": { "lint": {
"dependsOn": [ "dependsOn": [
"build" "^build"
], ],
"outputs": [] "outputs": []
}, },
"lint:fix": { "lint:fix": {
"outputs": []
},
"rest#lint:fix": {
"dependsOn": [ "dependsOn": [
"build" "^build"
], ],
"outputs": [] "outputs": []
}, },