I think the title is self-explanatory. Sometimes, we need to run our targets from specific directories. My current workaround is to have a second target that uses `nx:run-commands`, sets the working directory, and runs `nx run ...`.