Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have some issue with dependsOn for executor #173

Closed
mnlbox opened this issue May 23, 2023 · 2 comments
Closed

have some issue with dependsOn for executor #173

mnlbox opened this issue May 23, 2023 · 2 comments
Labels
stale Indicates that work won't continue on an issue, pull request, or discussion

Comments

@mnlbox
Copy link

mnlbox commented May 23, 2023

I have many subgraphs in my mono-repo with a single supergraph based on GraphQL-Mesh. In the project.json for my supergroup, I have an executor like this:

"dev": {
      "executor": "nx-mesh:dev",
      "dependsOn": ["^start"],
      "options": {
        "dir": "supergraph/my-supergraph"
      }
    },

And I also have a setting like this:
"implicitDependencies": ["subgraph*"],

when I try to run the dev command with pnpm nx dev it correctly detects the dependencies and runs all of them but it didn't run the dev command itself. Is it a bug or did I miss anything in the settings or setup?

@github-actions
Copy link
Contributor

Warning

This issue is stale because it has been open for 60 days with no activity. 💤

Either remove the stale label or leave a comment else this issue will be closed in 7 days.

@github-actions github-actions bot added the stale Indicates that work won't continue on an issue, pull request, or discussion label Jul 23, 2023
@github-actions
Copy link
Contributor

This issue was closed because it has been stale for 67 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Indicates that work won't continue on an issue, pull request, or discussion
Projects
None yet
Development

No branches or pull requests

1 participant