chore(server-e2e): mistakenly used continuous task

pull/1992/head
Elian Doran 2025-05-25 08:54:50 +07:00
parent 791a51dfe3
commit 469c8a0a22
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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