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": { "targets": {
"e2e": { "e2e": {
"dependsOn": [ "dependsOn": [
"server:start-prod" "server:build"
] ]
} }
} }