We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e7a00 commit 79b32ecCopy full SHA for 79b32ec
packages/@angular/cli/ember-cli/lib/cli/cli.js
@@ -133,7 +133,6 @@ class CLI {
133
logger.info('command: %s', commandName);
134
135
if (!this.testing) {
136
- process.chdir(environment.project.root);
137
let skipInstallationCheck = commandArgs.indexOf('--skip-installation-check') !== -1;
138
if (environment.project.isEmberCLIProject() && !skipInstallationCheck) {
139
const InstallationChecker = require('../models/installation-checker');
0 commit comments