Skip to content

Commit 022d8b9

Browse files
authored
Merge pull request #43 from angular/master
fix(@angular/cli): fix directory issue
2 parents 9762fc9 + 64e6b94 commit 022d8b9

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

Lines changed: 0 additions & 1 deletion
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)