mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 12:08:02 -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": {},
|
"test:ci": {
|
||||||
"@hedgedoc/backend#test:ci": {
|
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build"
|
"^build"
|
||||||
],
|
],
|
||||||
|
@ -95,14 +94,6 @@
|
||||||
"coverage/**"
|
"coverage/**"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"@hedgedoc/frontend#test:ci": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"NODEJS_VERSION"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
"test:e2e:ci": {},
|
"test:e2e:ci": {},
|
||||||
"@hedgedoc/frontend#test:e2e:ci": {
|
"@hedgedoc/frontend#test:e2e:ci": {
|
||||||
|
|
Loading…
Reference in a new issue