chore(server-e2e): mistakenly used continuous task

This commit is contained in:
Elian Doran 2025-05-25 08:54:50 +03:00
parent 791a51dfe3
commit 469c8a0a22
No known key found for this signature in database

View File

@ -11,7 +11,7 @@
"targets": {
"e2e": {
"dependsOn": [
"server:start-prod"
"server:build"
]
}
}