mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore(turbo): add dependency tasks test
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
526e9b5f94
commit
14f291f780
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@
|
|||
|
||||
"format": {},
|
||||
|
||||
"test": {},
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
|
||||
"test:ci": {},
|
||||
"@hedgedoc/backend#test:ci": {
|
||||
|
|
Loading…
Reference in a new issue