Skip to content

Commit 495cf9b

Browse files
nlm-proalexeagle
authored andcommitted
style: inverse logic according to feedback
1 parent 6e7c5e8 commit 495cf9b

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/angular/application

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export default function (options: ApplicationOptions): Rule {
372372
}),
373373
move(sourceDir),
374374
]), MergeStrategy.Overwrite),
375-
!options.minimal ? schematic('e2e', e2eOptions) : noop(),
375+
options.minimal ? noop() : schematic('e2e', e2eOptions),
376376
options.skipPackageJson ? noop() : addDependenciesToPackageJson(options),
377377
]);
378378
};

0 commit comments

Comments
 (0)