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": {
"outputs": [
"coverage/**"
]
},
"rest#test": {
"dependsOn": [
"build"
"^build"
],
"outputs": [
"coverage/**"
]
},
"lint": {
"outputs": []
},
"rest#lint": {
"lint": {
"dependsOn": [
"build"
"^build"
],
"outputs": []
},
"lint:fix": {
"outputs": []
},
"rest#lint:fix": {
"dependsOn": [
"build"
"^build"
],
"outputs": []
},