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

Commit dd0d45f

Browse files
committed
chore(nx/edit-docs): set server to implicit dependencies to avoid sync issues
1 parent 12f5b9f commit dd0d45f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/edit-docs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
},
1414
"nx": {
1515
"name": "edit-docs",
16+
"implicitDependencies": [
17+
"server"
18+
],
1619
"targets": {
1720
"rebuild-deps": {
1821
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)