diff --git a/apps/client/package.json b/apps/client/package.json index 740835c75..0b33bdacd 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -72,6 +72,11 @@ "vite-plugin-static-copy": "3.0.0" }, "nx": { - "name": "client" + "name": "client", + "targets": { + "serve": { + "dependsOn": ["^build"] + } + } } } \ No newline at end of file