Is there a gist with how…

less than 1 minute read

Is there a gist with how to add multiple builders to a workspace.json file? I’m not sure where and how exactly to add the custom builder”: “@nrwl/workspace:run-commands”,

Responses:

You add it to the architect object

Similar to build, lint, test

So you would add a new object with the name create-script-graph in your nera graph project

That worked.

Updated: