fix(turbo): deduplicate test task config and add coverage directory

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-09-08 21:25:42 +02:00
parent 6698450461
commit 9bef045e12
1 changed files with 1 additions and 10 deletions

View File

@ -83,8 +83,7 @@
]
},
"test:ci": {},
"@hedgedoc/backend#test:ci": {
"test:ci": {
"dependsOn": [
"^build"
],
@ -95,14 +94,6 @@
"coverage/**"
]
},
"@hedgedoc/frontend#test:ci": {
"dependsOn": [
"^build"
],
"env": [
"NODEJS_VERSION"
]
},
"test:e2e:ci": {},
"@hedgedoc/frontend#test:e2e:ci": {