We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
newProjectRoot
1 parent 70e460d commit cc4abddCopy full SHA for cc4abdd
packages/schematics/angular/ng-new/index.ts
@@ -40,7 +40,7 @@ export default function (options: NgNewOptions): Rule {
40
const workspaceOptions: WorkspaceOptions = {
41
name: options.name,
42
version: options.version,
43
- newProjectRoot: options.newProjectRoot || 'projects',
+ newProjectRoot: options.newProjectRoot,
44
minimal: options.minimal,
45
strict: options.strict,
46
};
0 commit comments