chore(nx/server): implicit dependencies for server

This commit is contained in:
Elian Doran 2025-05-09 18:05:30 +03:00
parent 563466ca37
commit b164d2e85b
No known key found for this signature in database

View File

@ -127,6 +127,7 @@
"targets": { "targets": {
"build": { "build": {
"dependsOn": [ "dependsOn": [
"^build",
"client:build" "client:build"
] ]
}, },