Open amdw opened 4 years ago
Right now build_appengine.sh passes --prod to ng build, and to change that you have to edit the script. It would be good to have a simpler way of doing this.
build_appengine.sh
--prod
ng build
Right now
build_appengine.sh
passes--prod
tong build
, and to change that you have to edit the script. It would be good to have a simpler way of doing this.