Is there a way to configure Nx to always run tasks from the project root rather than workspace root?
I have a mixed repo with some non-JS projects that use make
for running tasks. I am integrating these into an Nx monorepo by simply defining the tasks in each project.json
using the generic nx:run-commands
executor.