Any examples on how to use nx exec
command with NX framework?
I would like to run a command in command line which is similar to nx exec --command RD D:\test1 -p commontests
but using nx exec
always throws me the error ''' nx exec
requires passing in a command after --
'''. The documentation page exec does not have examples