How do I get the nrwl …

less than 1 minute read

How do I get the @nrwl/node:execute builder to exit after it’s done executing the target. It just finishes executing and waits with: ... No type errors found Version: typescript 3.8.3 Time: 7488ms e.g. my workspace.json is like this "app-A": { //... "architect": { "builder": "@nrwl/node:execute", "options": { "buildTarget": "lib-B:build", "watch": false } } }

Responses:

This one looks tricky to figure out on a phone :joy:

Do you mind making an issue on github so that more eyes can get on it?

yeap thanks!

I ended up seeing that I can use readyWhen in runCommands so going to try that although it’s not ideal

Updated: