I want to pass a param for --configuration (environments) to angular application from package json command:
"scripts": {
    "build": "ng build"   ???
},
i need to reflect this on package.json because te current situation i cannot pass anything just using npm build --- > (final command i want is ng build --configuration=CERT).
 
    