Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 83c1361

Browse files
committed
chore(client): build dependencies before serving
1 parent 61958a3 commit 83c1361

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/client/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
"vite-plugin-static-copy": "3.0.0"
7373
},
7474
"nx": {
75-
"name": "client"
75+
"name": "client",
76+
"targets": {
77+
"serve": {
78+
"dependsOn": ["^build"]
79+
}
80+
}
7681
}
7782
}

0 commit comments

Comments
 (0)