In Azure DevOps I'm using the 'npm task' to install a package. The next action is to use a Command Line task to run the 'ng build' command. However, I get an error message that ng command does not exist.
How do I execute the 'ng build' command using tasks in Azure DevOps?