0

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

1 Answers1

0

I have got my answer at root-level-scripts. Usage of the command nx exec is possible within package.json file.

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 26 '23 at 12:45