In our package.json we defined some script commands to automate certain actions.
However sometimes we want to add extra parameters to the script when executing it. This is possible by adding an extra pair of dashes and the extra parameter when executing the command:
ngbuild -- --environment=local