chore(turbo): add dependency tasks test

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-07-08 12:57:00 +02:00
parent 526e9b5f94
commit 14f291f780

View file

@ -56,7 +56,11 @@
"format": {},
"test": {},
"test": {
"dependsOn": [
"^build"
]
},
"test:ci": {},
"@hedgedoc/backend#test:ci": {