diff --git a/packages/@angular/cli/ember-cli/lib/cli/cli.js b/packages/@angular/cli/ember-cli/lib/cli/cli.js index 3d90ec0f157f..fa10ba30cf66 100644 --- a/packages/@angular/cli/ember-cli/lib/cli/cli.js +++ b/packages/@angular/cli/ember-cli/lib/cli/cli.js @@ -78,7 +78,6 @@ CLI.prototype.run = function(environment) { debug('command: %s', commandName); if (!this.testing) { - process.chdir(environment.project.root); var skipInstallationCheck = commandArgs.indexOf('--skip-installation-check') !== -1; if (environment.project.isEmberCLIProject() && !skipInstallationCheck) { new InstallationChecker({ project: environment.project }).checkInstallations();