fix(server): build not depending properly

This commit is contained in:
Elian Doran 2025-05-22 16:53:27 +03:00
parent 3b9683d763
commit f13ec55082
No known key found for this signature in database

View File

@ -224,7 +224,7 @@
"build": {
"dependsOn": [
"client:build",
"build"
"build-without-client"
]
}
}