We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0979715 commit 526eda3Copy full SHA for 526eda3
1 file changed
packages/ionic/src/commands/cordova/run.ts
@@ -347,6 +347,6 @@ Just like with ${input('ionic cordova build')}, you can pass additional options
347
throw new FatalException(`Cannot run ${input('ionic cordova run/emulate')} outside a project directory.`);
348
}
349
350
- await runNativeRun(this.env, args, { cwd: this.project.directory });
+ await runNativeRun(this.env, args, { cwd: this.integration.root });
351
352
0 commit comments