When running `ng e2e` we just call `npm run e2e`. We should use the protractor API instead since it gives us better control over output and config. A similar move was done for lint in https://github.com/angular/angular-cli/pull/4248.