chore(nx/edit-docs): set server to implicit dependencies to avoid sync issues

pull/1861/head^2
Elian Doran 2025-05-10 15:20:25 +07:00
parent 12f5b9feeb
commit dd0d45fbde
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

@ -13,6 +13,9 @@
},
"nx": {
"name": "edit-docs",
"implicitDependencies": [
"server"
],
"targets": {
"rebuild-deps": {
"executor": "nx:run-commands",