I'm trying to build my app via CI but it won't build since it shows a prompt asking for an answer (y/N) but I can't answer that. How am I supposed to deal with this?
Would you like to share anonymous usage data with the Angular Team at Google u nder Google’s Privacy Policy at https://policies.google.com/privacy? For more details...
I've tried setting
"build": "set NG_CLI_ANALYTICS=ci && ng build"
on my package json but it didn't work.