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

This commit is contained in:
Elian Doran 2025-05-10 15:20:25 +03:00
parent 12f5b9feeb
commit dd0d45fbde
No known key found for this signature in database

View File

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