I'm writing a script that will build my app. This script is outside of my app folder. I can't figure out how to build with @angular/cli from another folder.
Let say the structure is applications/my-app/.angular-cli.json. How can I build the app from applications/.? Is there a way to tell @angular/cli to look in the ./my-app folder while building with ng build?