mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 18:26:32 -05:00
fix(turbo): deduplicate test task config and add coverage directory
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
6698450461
commit
9bef045e12
1 changed files with 1 additions and 10 deletions
11
turbo.json
11
turbo.json
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue