We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac90732 commit 7dac687Copy full SHA for 7dac687
packages/schematics/angular/ng-new/index.ts
@@ -65,7 +65,7 @@ export default function (options: NgNewOptions): Rule {
65
apply(empty(), [
66
schematic('workspace', workspaceOptions),
67
options.createApplication ? schematic('application', applicationOptions) : noop,
68
- move(options.directory || options.name),
+ move(options.directory),
69
]),
70
),
71
(_host: Tree, context: SchematicContext) => {
0 commit comments