Skip to content

Commit

Permalink
fix(@angular/cli): fix directory issue
Browse files Browse the repository at this point in the history
Closes #6444
  • Loading branch information
sumitarora authored and hansl committed Jul 12, 2017
1 parent 72e7a00 commit 79b32ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@angular/cli/ember-cli/lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class CLI {
logger.info('command: %s', commandName);

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

0 comments on commit 79b32ec

Please sign in to comment.