Skip to content

Commit cb4e1ab

Browse files
sumitarorahansl
authored andcommitted
fix(@angular/cli): fix directory issue
Closes #6444
1 parent 314d3af commit cb4e1ab

File tree

1 file changed

+0
-1
lines changed
  • packages/@angular/cli/ember-cli/lib/cli

1 file changed

+0
-1
lines changed

packages/@angular/cli/ember-cli/lib/cli/cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class CLI {
133133
logger.info('command: %s', commandName);
134134

135135
if (!this.testing) {
136-
process.chdir(environment.project.root);
137136
let skipInstallationCheck = commandArgs.indexOf('--skip-installation-check') !== -1;
138137
if (environment.project.isEmberCLIProject() && !skipInstallationCheck) {
139138
const InstallationChecker = require('../models/installation-checker');

0 commit comments

Comments
 (0)